this[]
Gets values by key.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
this[T]
public readonly TValue this[TKey key] { get; }
Parameters
Returns
Type | Description |
|---|---|
| T |
Remarks
Getting a key that is not present will throw.