docs.unity3d.com
    Show / Hide Table of Contents

    Class MetadataArray

    Inheritance
    Object
    MetadataContainer
    MetadataArray
    Inherited Members
    MetadataContainer.Item[String]
    MetadataContainer.ToNumber()
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Cloud.Metadata
    Syntax
    public class MetadataArray : MetadataContainer, IReadOnlyList<MetadataContainer>, IReadOnlyCollection<MetadataContainer>, IEnumerable<MetadataContainer>, IEnumerable

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    Int32
    Implements
    IReadOnlyCollection<T>.Count

    Item[Int32]

    Declaration
    public MetadataContainer this[int index] { get; }
    Parameters
    Type Name Description
    Int32 index
    Property Value
    Type Description
    MetadataContainer
    Implements
    IReadOnlyList<T>.Item[Int32]

    Methods

    GetEnumerator()

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

    Declaration
    public IEnumerator<MetadataContainer> GetEnumerator()
    Returns
    Type Description
    IEnumerator<MetadataContainer>

    A IEnumerator<T> that can be used to iterate through the collection.

    Implements
    IEnumerable<T>.GetEnumerator()

    Explicit Interface Implementations

    IEnumerable.GetEnumerator()

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

    Declaration
    IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    IEnumerator

    A IEnumerator<T> that can be used to iterate through the collection.

    Implements
    IEnumerable.GetEnumerator()

    Extension Methods

    MetadataContainerExtension.ToFormattedString(MetadataContainer, Int32, Int32)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023