# FixedList32BytesExtensions

> Provides extension methods for FixedList32Bytes.

## Definition

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

```csharp
public static class FixedList32BytesExtensions
```

## Static Methods

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