Method GetEnumerator
GetEnumerator()
Returns an enumerator for all local variables in this localized string.
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator | The enumerator that can be used to iterate through all the local variables. |