Click or drag to resize

RankedBagTIEnumerableTGetEnumerator Method

Returns an enumerator that iterates thru the bag.

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

Return Value

Type: IEnumeratorT
An enumerator that iterates thru the bag in sorted order.

Implements

IEnumerableTGetEnumerator
See Also