Passing a 2D array to a method

I have searched this forum and language reference and did not found it. How do you pass a two dimensionnal array of integers as a param for a method or function ?

Sub MyMethod (arr(,) As Integer)

It worked. Thank you.