GetEnumerator Method

Json.NET

Json.NET - Quick Starts & API Documentation GetEnumerator Method
NamespacesNewtonsoft.Json.LinqJObjectGetEnumerator()()()()
Returns an enumerator that iterates through the collection.
Declaration Syntax
C# Visual Basic Visual C++
public IEnumerator<KeyValuePair<string, JToken>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, JToken))
public:
virtual IEnumerator<KeyValuePair<String^, JToken^>>^ GetEnumerator() sealed
Return Value
A IEnumerator<(Of <(<'T>)>)> that can be used to iterate through the collection.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)