CircularListTGetEnumerator Method

Returns an enumerator that iterates through the CircularListT.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.5.0
C#
public CircularListTEnumerator GetEnumerator()

Return Value

CircularListTEnumerator
An CircularListTEnumerator instance that can be used to iterate though the elements of the CircularListT.

Remarks

See Also