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