Click or drag to resize

RankedBagTEnumeratorGetEnumerator Method

Gets an iterator for this collection.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT
An iterator for this collection.

Implements

IEnumerableTGetEnumerator
See Also