JObjectGetEnumerator Method |
[Missing <summary> documentation for "M:Stimulsoft.Base.Json.Linq.JObject.GetEnumerator"]
Namespace:
Stimulsoft.Base.Json.Linq
Assembly:
Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax public IEnumerator<KeyValuePair<string, JToken>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, JToken))
Return Value
Type:
IEnumeratorKeyValuePairString,
JToken[Missing <returns> documentation for "M:Stimulsoft.Base.Json.Linq.JObject.GetEnumerator"]
Implements
IEnumerableTGetEnumeratorSee Also