How to pass the value for Array as parameter

Hi,

void get(Array Hours)

{


}

…How can i pass the parameter value for this method …

Array is a collection class
msdn.microsoft.com/…/array.aspx
msdn.microsoft.com/…/aa608508.aspx