docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class JSONNode.LinqEnumerator

    Class LinqEnumerator. Implements the IEnumerator<T> Implements the IEnumerable<T>

    Inheritance
    object
    JSONNode.LinqEnumerator
    Implements
    IEnumerator<KeyValuePair<string, JSONNode>>
    IDisposable
    IEnumerator
    IEnumerable<KeyValuePair<string, JSONNode>>
    IEnumerable
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SimpleJSON
    Assembly: solution.dll
    Syntax
    public class JSONNode.LinqEnumerator : IEnumerator<KeyValuePair<string, JSONNode>>, IDisposable, IEnumerator, IEnumerable<KeyValuePair<string, JSONNode>>, IEnumerable

    Properties

    Name Description
    Current

    Gets the current.

    Methods

    Name Description
    Dispose()

    Disposes this instance.

    GetEnumerator()

    Gets the enumerator.

    MoveNext()

    Moves to next.

    Reset()

    Resets this instance.

    See Also

    IEnumerator<T>
    IEnumerable<T>
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)