CircularSortedListTKey, TValueGetEnumerator Method

Returns an enumerator that iterates through the collection in the order of the sorted keys.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public CircularSortedListTKey, TValueEnumerator GetEnumerator()

Return Value

CircularSortedListTKey, TValueEnumerator
An IEnumeratorT that can be used to iterate through the collection.

Remarks

See Also