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

    Struct NativeMultiHashMap<TKey, TValue>.Enumerator

    Namespace: Unity.Collections
    Syntax
    public struct Enumerator : IEnumerator<TValue>, IDisposable, IEnumerator

    Properties

    Current

    Declaration
    public TValue Current { get; }
    Property Value
    Type Description
    TValue

    Methods

    Dispose()

    Declaration
    public void Dispose()

    GetEnumerator()

    Declaration
    public NativeMultiHashMap<TKey, TValue>.Enumerator GetEnumerator()
    Returns
    Type Description
    NativeMultiHashMap.Enumerator<>

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    Boolean

    Reset()

    Declaration
    public void Reset()

    Extension Methods

    JobNativeMultiHashMapVisitKeyValue.Schedule<TJob, TKey, TValue>(TJob, NativeMultiHashMap<TKey, TValue>, Int32, JobHandle)
    JobNativeMultiHashMapVisitKeyMutableValue.Schedule<TJob, TKey, TValue>(TJob, NativeMultiHashMap<TKey, TValue>, Int32, JobHandle)
    JobUnsafeMultiHashMapVisitKeyValue.Schedule<TJob, TKey, TValue>(TJob, UnsafeMultiHashMap<TKey, TValue>, Int32, JobHandle)
    JobUnsafeMultiHashMapVisitKeyMutableValue.Schedule<TJob, TKey, TValue>(TJob, UnsafeMultiHashMap<TKey, TValue>, Int32, JobHandle)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX