docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method RemoveEntry

    RemoveEntry(string)

    Remove an entry from the table if it exists.

    Declaration
    public bool RemoveEntry(string key)
    Parameters
    Type Name Description
    string key

    The name of the key.

    Returns
    Type Description
    bool

    True if the entry was found and removed.

    RemoveEntry(long)

    Remove an entry from the table if it exists.

    Declaration
    public virtual bool RemoveEntry(long keyId)
    Parameters
    Type Name Description
    long keyId

    The key id to remove.

    Returns
    Type Description
    bool

    True if the entry was found and removed.

    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)