Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetEnumerator()

Returns an enumerator over the key-value pairs of this hash map.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public NativeParallelHashMap<TKey, TValue>.Enumerator GetEnumerator()

Returns

Type

Description

EnumeratorAn enumerator over the key-value pairs of this hash map.