TriLib
Search Results for

    Show / Hide Table of Contents

    Struct JsonParser.JsonValue.JsonValueEnumerator

    Implements
    IEnumerator<JsonParser.JsonValue>
    IEnumerator
    IDisposable
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: TriLibCore.Utils
    Assembly: TriLibCore.dll
    Syntax
    public struct JsonParser.JsonValue.JsonValueEnumerator : IEnumerator<JsonParser.JsonValue>, IEnumerator, IDisposable

    Constructors

    JsonValueEnumerator(JsonValue)

    Declaration
    public JsonValueEnumerator(JsonParser.JsonValue jsonValue)
    Parameters
    Type Name Description
    JsonParser.JsonValue jsonValue

    Properties

    Current

    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()

    Implements

    IEnumerator<T>
    IEnumerator
    IDisposable

    Extension Methods

    IObjectExtensions.TryToDispose<T>(object)
    In this article
    Back to top Generated by DocFX