docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ContainsKey

    ContainsKey(string)

    Determines whether the JSON object has the specified property name.

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

    Name of the property.

    Returns
    Type Description
    bool

    true if the JSON object has the specified property name; otherwise, false.

    Implements
    IReadOnlyDictionary<TKey, TValue>.ContainsKey(TKey)
    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, November 15, 2023