docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Remove

    Remove(string)

    Removes the specified a key.

    Declaration
    public virtual JSONNode Remove(string aKey)
    Parameters
    Type Name Description
    string aKey

    a key.

    Returns
    Type Description
    JSONNode

    JSONNode.

    Remove(int)

    Removes the specified a index.

    Declaration
    public virtual JSONNode Remove(int aIndex)
    Parameters
    Type Name Description
    int aIndex

    a index.

    Returns
    Type Description
    JSONNode

    JSONNode.

    Remove(JSONNode)

    Removes the specified a node.

    Declaration
    public virtual JSONNode Remove(JSONNode aNode)
    Parameters
    Type Name Description
    JSONNode aNode

    a node.

    Returns
    Type Description
    JSONNode

    JSONNode.

    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)