Struct JsonParser.JsonValue.JsonCharEnumerator
Enumerates the characters of a JsonParser.JsonValue from the underlying stream.
Inherited Members
Namespace: TriLibCore.Utils
Assembly: TriLibCore.dll
Syntax
public struct JsonParser.JsonValue.JsonCharEnumerator : IEnumerator<char>, IEnumerator, IDisposable
Constructors
JsonCharEnumerator(JsonValue)
Initializes a new instance of the JsonParser.JsonValue.JsonCharEnumerator struct for the given jsonValue.
Declaration
public JsonCharEnumerator(JsonParser.JsonValue jsonValue)
Parameters
| Type | Name | Description |
|---|---|---|
| JsonParser.JsonValue | jsonValue | The JsonParser.JsonValue to enumerate over. |
Properties
Current
Gets the character at the current position in the enumerator.
Declaration
public char Current { get; }
Property Value
| Type | Description |
|---|---|
| char |
Methods
Dispose()
Declaration
public void Dispose()
MoveNext()
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| bool |
Reset()
Declaration
public void Reset()