Click or drag to resize

RankedSetTIEnumerableGetEnumerator Method

Returns an enumerator that iterates thru the collection.

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

Return Value

Type: IEnumerator
An enumerator that iterates thru the collection in sorted order.

Implements

IEnumerableGetEnumerator
See Also