Struct UnsafeMultiHashMap<TKey, TValue>.Enumerator
Namespace: Unity.Collections.LowLevel.Unsafe
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 UnsafeMultiHashMap<TKey, TValue>.Enumerator GetEnumerator()
Returns
| Type | Description |
|---|---|
| UnsafeMultiHashMap.Enumerator<> |
MoveNext()
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| Boolean |
Reset()
Declaration
public void Reset()