| RankedSetTGetEnumerator Method |
Returns an enumerator that iterates thru the set.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax public RankedSetTEnumerator GetEnumerator()
Return Value
Type:
RankedSetTEnumeratorAn enumerator that iterates thru the set in sorted order.
See Also