ExampleDerivedClass.GetEnumerator method

The enumerator.

public IEnumerator<string> GetEnumerator()

Return Value

The strings.

Exceptions

exception condition
ExampleException An example error occurred.
NotImplementedException It isn’t implemented.

See Also