Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TryGetNextValue(out TValue, ref NativeParallelMultiHashMapIterator<TKey>)

Advances an iterator to the next value associated with its key.
Read time 1 minuteLast updated 12 days ago

Definition

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

TryGetNextValue(T, NativeParallelMultiHashMapIterator<T>)

public bool TryGetNextValue(out TValue item, ref NativeParallelMultiHashMapIterator<TKey> it)

Parameters

item

T
Outputs the next value.

A reference to the iterator to advance.

Returns

Type

Description

boolTrue if the key was present and had another value.