OptionsCollectionIEnumerableGetEnumerator Method

Returns an enumerator that iterates through a collection.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
IEnumerator IEnumerable.GetEnumerator()

Return Value

IEnumerator
An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerableGetEnumerator

See Also