 | RankedBagTGetEnumerator Method |
Returns an enumerator that iterates thru the bag.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntaxpublic RankedBagTEnumerator GetEnumerator()
Return Value
Type:
RankedBagTEnumeratorAn enumerator that iterates thru the bag in sorted order.
See Also