Struct JSONNode.Enumerator
Struct Enumerator
Inherited Members
Namespace: SimpleJSON
Assembly: solution.dll
Syntax
public struct JSONNode.Enumerator
Constructors
Name | Description |
---|---|
Enumerator(Enumerator) | Initializes a new instance of the JSONNode.Enumerator struct. |
Enumerator(Enumerator) | Initializes a new instance of the JSONNode.Enumerator struct. |
Properties
Name | Description |
---|---|
Current | Gets the current. |
IsValid | Returns true if ... is valid. |
Methods
Name | Description |
---|---|
MoveNext() | Moves to next. |