Json.NET - Quick Starts & API Documentation
GetEnumerator Method
NamespacesNewtonsoft.Json.LinqJEnumerable<(Of <(<'T>)>)>GetEnumerator()()()()
Returns an enumerator that iterates through the collection.
Declaration Syntax
C#Visual BasicVisual C++
public IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
public:
virtual IEnumerator<T>^ 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.5.14908)