Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetValuesForKey(TKey)

Returns an enumerator over the values of an individual key.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule

GetValuesForKey(T)

public NativeParallelMultiHashMap<TKey, TValue>.Enumerator GetValuesForKey(TKey key)

Parameters

key

T
The key to get an enumerator for.

Returns

Type

Description

EnumeratorAn enumerator over the values of a key.