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