Class JSONNode.LinqEnumerator | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class JSONNode.LinqEnumerator

    Inheritance
    System.Object
    JSONNode.LinqEnumerator
    Namespace: Unity.UIWidgets.external.simplejson
    Syntax
    public class LinqEnumerator : IEnumerator<KeyValuePair<string, JSONNode>>, IDisposable, IEnumerator, IEnumerable<KeyValuePair<string, JSONNode>>, IEnumerable

    Properties

    Current

    Declaration
    public KeyValuePair<string, JSONNode> Current { get; }
    Property Value
    Type Description
    System.Collections.Generic.KeyValuePair<System.String, JSONNode>

    Methods

    Dispose()

    Declaration
    public void Dispose()

    GetEnumerator()

    Declaration
    public IEnumerator<KeyValuePair<string, JSONNode>> GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.String, JSONNode>>

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    System.Boolean

    Reset()

    Declaration
    public void Reset()

    Extension Methods

    EnumerableExt.Each<T>(IEnumerable<T>, Action<T>)
    EnumerableExt.Each<T>(IEnumerable<T>, Action<T, Int32>)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023