Method GetEnumerator
GetEnumerator()
Returns an enumerator that iterates through JSONObject attributes.
Declaration
public IEnumerator<KeyValuePair<string, JsonValueBase>> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.String, JsonValueBase>> | An enumerator that iterates through JSONObject attributes. |