Method GetEnumerator
GetEnumerator()
Returns an enumerator that will step through all field
names. This will not return null
.
Declaration
public abstract IEnumerator<string> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<System.String> |