docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MatchCollection

    Represents the sets of successful metadata matches found by a query.

    Inheritance
    object
    MatchCollection
    Implements
    IReadOnlyDictionary<InstanceId, MetadataObject>
    IReadOnlyCollection<KeyValuePair<InstanceId, MetadataObject>>
    IEnumerable<KeyValuePair<InstanceId, MetadataObject>>
    IEnumerable
    Inherited Members
    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 MatchCollection : IReadOnlyDictionary<InstanceId, MetadataObject>, IReadOnlyCollection<KeyValuePair<InstanceId, MetadataObject>>, IEnumerable<KeyValuePair<InstanceId, MetadataObject>>, IEnumerable

    Properties

    Name Description
    Count
    this[InstanceId]
    Keys
    Values

    Methods

    Name Description
    ContainsKey(InstanceId)

    Determines whether the owner ID appears in the match collection.

    GetEnumerator()

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

    TryGetValue(InstanceId, out MetadataObject)

    Tries to get the MetadataObject with the specified ownerId.

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, November 15, 2023