Class JSONNode.LinqEnumerator
Class LinqEnumerator. Implements the IEnumerator<T> Implements the IEnumerable<T>
Implements
Inherited Members
Namespace: SimpleJSON
Assembly: solution.dll
Syntax
public class JSONNode.LinqEnumerator : IEnumerator<KeyValuePair<string, JSONNode>>, IDisposable, IEnumerator, IEnumerable<KeyValuePair<string, JSONNode>>, IEnumerable
Properties
Name | Description |
---|---|
Current | Gets the current. |
Methods
Name | Description |
---|---|
Dispose() | Disposes this instance. |
GetEnumerator() | Gets the enumerator. |
MoveNext() | Moves to next. |
Reset() | Resets this instance. |
See Also
IEnumerator<T>
IEnumerable<T>