Add(in T)
Appends an element to the end of this list.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
Add(T)
public void Add(in T value)
Parameters
Remarks
Length is incremented by 1. If necessary, the capacity is increased.