Interface IJobNativeMultiHashMapVisitKeyValue<TKey, TValue> | Collections | 0.5.2-preview.8
docs.unity.cn
    Show / Hide Table of Contents

    Interface IJobNativeMultiHashMapVisitKeyValue<TKey, TValue>

    Namespace: Unity.Collections
    Syntax
    public interface IJobNativeMultiHashMapVisitKeyValue<TKey, TValue>
        where TKey : struct, IEquatable<TKey> where TValue : struct
    Type Parameters
    Name Description
    TKey

    The type of the keys in the container.

    TValue

    The type of the values in the container.

    Methods

    ExecuteNext(TKey, TValue)

    Declaration
    void ExecuteNext(TKey key, TValue value)
    Parameters
    Type Name Description
    TKey key
    TValue value
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX