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