Goods.SortedCollection.ToArray Function
Get all objects in the index as array of specified type orderd by index key

Public System.Array ToArray (System.Type)
  Type Name Description  
    System.Type elemType type of array element  
  Return Description  
    System.Array array of objects in the index ordered by key value

 
Other overloads:
Goods.SortedCollection.ToArray()