# FixedList128BytesExtensions

> Provides extension methods for FixedList128Bytes.

## Definition

* **Type:** Class
* **Namespace:** [Unity.Collections](/engine/6000.7/script-reference/unity/collections.md)
* **Assembly:** UnityEngine.ManagedKernelModule

```csharp
public static class FixedList128BytesExtensions
```

## Static Methods

| Method                                                                                                            | Description                                                                 |
| ----------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| [Contains](/engine/6000.7/script-reference/unity/collections/fixedlist128bytesextensions/contains.md)             | Returns true if a particular value is present in this list.                 |
| [IndexOf](/engine/6000.7/script-reference/unity/collections/fixedlist128bytesextensions/indexof.md)               | Finds the index of the first occurrence of a particular value in this list. |
| [Remove](/engine/6000.7/script-reference/unity/collections/fixedlist128bytesextensions/remove.md)                 | Removes the first occurrence of a particular value in this list.            |
| [RemoveSwapBack](/engine/6000.7/script-reference/unity/collections/fixedlist128bytesextensions/removeswapback.md) | Removes the first occurrence of a particular value in this list.            |
