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

    Interface IJobNativeMultiHashMapVisitKeyMutableValue<TKey, TValue>

    Namespace: Unity.Collections
    Syntax
    public interface IJobNativeMultiHashMapVisitKeyMutableValue<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, ref TValue)

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