Click or drag to resize

FastKeyedCollectionTKey, TItemIEnumerableGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 1.0.0
Syntax

Return Value

Type: IEnumerator
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableGetEnumerator
See Also