docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetEnumerator

    GetEnumerator()

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

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

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

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