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