OptionCollection.GetEnumerator

OptionCollection.GetEnumerator method

Returns an enumerator that iterates through the collection.

public IEnumerator<OptionElement> GetEnumerator()

Return Value

Returns the enumerator of option elements

See Also