OptionsCollection.GetEnumerator Method

Returns enumerator of the available options.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public IEnumerator<KeyValuePair<string, string>> GetEnumerator()

Return Value

IEnumerator<KeyValuePair<String, String>>
Enumerator of the available options.

Implements

IEnumerable<T>.GetEnumerator()

See Also