docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method TryGetValue

    TryGetValue(string, out MetadataContainer)

    Tries to get the MetadataContainer with the specified property name.

    Declaration
    public bool TryGetValue(string key, out MetadataContainer value)
    Parameters
    Type Name Description
    string key

    Name of the property.

    MetadataContainer value

    The value.

    Returns
    Type Description
    bool

    true if a value was successfully retrieved; otherwise, false.

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