Class FixedList4096BytesExtensions
Provides extension methods for FixedList4096Bytes.
Namespace: Unity.Collections
Assembly: solution.dll
Syntax
public static class FixedList4096BytesExtensions
Methods
| Name | Description |
|---|---|
| Contains<T, U>(ref FixedList4096Bytes<T>, U) | Returns true if a particular value is present in this list. |
| IndexOf<T, U>(ref FixedList4096Bytes<T>, U) | Finds the index of the first occurrence of a particular value in this list. |
| RemoveSwapBack<T, U>(ref FixedList4096Bytes<T>, U) | Removes the first occurrence of a particular value in this list. |
| Remove<T, U>(ref FixedList4096Bytes<T>, U) | Removes the first occurrence of a particular value in this list. |