Struct JsonParser.JsonValue.JsonValueEnumerator
Enumerates the direct child JsonParser.JsonValue objects of this instance.
Inherited Members
Namespace: TriLibCore.Utils
Assembly: TriLibCore.dll
Syntax
public struct JsonParser.JsonValue.JsonValueEnumerator : IEnumerator<JsonParser.JsonValue>, IEnumerator, IDisposable
Constructors
JsonValueEnumerator(JsonValue)
Initializes a new instance of the JsonParser.JsonValue.JsonValueEnumerator struct for the given jsonValue.
Declaration
public JsonValueEnumerator(JsonParser.JsonValue jsonValue)
Parameters
| Type | Name | Description |
|---|---|---|
| JsonParser.JsonValue | jsonValue | The JsonParser.JsonValue whose children are to be enumerated. |
Properties
Current
Gets the current JsonParser.JsonValue in the enumeration.
Declaration
public JsonParser.JsonValue Current { get; }
Property Value
| Type | Description |
|---|---|
| JsonParser.JsonValue |
Methods
Dispose()
Declaration
public void Dispose()
MoveNext()
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| bool |
Reset()
Declaration
public void Reset()