Struct NativeMultiHashMapIterator<TKey> | Collections | 0.8.0-preview.5
docs.unity.cn
    Show / Hide Table of Contents

    Struct NativeMultiHashMapIterator<TKey>

    Iterator.

    Namespace: Unity.Collections
    Syntax
    public struct NativeMultiHashMapIterator<TKey>
        where TKey : struct
    Type Parameters
    Name Description
    TKey

    The type of the keys in the container.

    Methods

    GetEntryIndex()

    Returns entry index.

    Declaration
    public int GetEntryIndex()
    Returns
    Type Description
    Int32

    Entry index.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX