Click or drag to resize

RankedBagTGetEnumerator Method

Returns an enumerator that iterates thru the bag.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
public RankedBagTEnumerator GetEnumerator()

Return Value

Type: RankedBagTEnumerator
An enumerator that iterates thru the bag in sorted order.
See Also