docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MetadataObject

    Represents a JSON metadata object.

    Inheritance
    object
    MetadataContainer
    MetadataObject
    Implements
    IReadOnlyDictionary<string, MetadataContainer>
    IReadOnlyCollection<KeyValuePair<string, MetadataContainer>>
    IEnumerable<KeyValuePair<string, MetadataContainer>>
    IEnumerable
    Inherited Members
    MetadataContainer.ToNumber()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Metadata
    Assembly: Unity.Cloud.Metadata.dll
    Syntax
    public class MetadataObject : MetadataContainer, IReadOnlyDictionary<string, MetadataContainer>, IReadOnlyCollection<KeyValuePair<string, MetadataContainer>>, IEnumerable<KeyValuePair<string, MetadataContainer>>, IEnumerable

    Properties

    Name Description
    Count
    this[string]

    Gets the MetadataContainer with the specified key.

    Keys
    Values

    Methods

    Name Description
    ContainsKey(string)

    Determines whether the JSON object has the specified property name.

    GetEnumerator()

    Returns an enumerator that can be used to iterate through the collection.

    TryGetValue(string, out MetadataContainer)

    Tries to get the MetadataContainer with the specified property name.

    Extension Methods

    MetadataContainerExtension.ToFormattedString(MetadataContainer, int, int)
    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, November 15, 2023