# Enumerator(ref FixedList128Bytes<T>)

> Initializes and returns an instance of FixedList128Bytes\<T\>.

## Definition

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

## Enumerator(FixedList128Bytes\<T>)

```csharp
public Enumerator(ref FixedList128Bytes<T> list)
```

### Parameters

**** (\[FixedList128Bytes\<T>]\(/engine/6000.7/script-reference/unity/collections/fixedlist128bytes1)): The list for which to create an enumerator.
