JsonObjectGetEnumerator Method
            Returns an enumerator that iterates through the 
JsonObject.
            
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public ListTEnumerator GetEnumerator()
Public Function GetEnumerator As ListTEnumerator
public:
ListTEnumerator GetEnumerator()
member GetEnumerator : unit -> ListTEnumerator 
Return Value
ListTEnumeratorAn 
IEnumeratorT instance that can be used to iterate though the elements of the 
JsonObject.