Click or drag to resize

CondensedCollectionTGetEnumerator Method

[This is preliminary documentation and is subject to change.]

Returns an enumerator that iterates through the collection.

Namespace:  Condensed
Assembly:  Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also