Click or drag to resize

RankedSetTGetEnumerator Method

Returns an enumerator that iterates thru the set.

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

Return Value

Type: RankedSetTEnumerator
An enumerator that iterates thru the set in sorted order.
See Also