GetEnumerator Method

Json.NET

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 Basic Visual 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.6.14930)