Goods.SortedCollection.GetEnumerator Function
Get iterator for traversing collection members with key belonging to the specified range.

Public System.Collections.IEnumerator GetEnumerator (object, object)
  Type Name Description  
    object from low boundary. If null then low boundary is not specified. Low boundary can be inclusive or exclusive.  
    object till high boundary. If null then high boundary is not specified. High boundary can be inclusive or exclusive.  
  Return Description  
    System.Collections.IEnumerator selection iterator

 
Other overloads:
Goods.SortedCollection.GetEnumerator()