# Enumerator(ref FixedList512Bytes<T>)

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

## Definition

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

## Enumerator(FixedList512Bytes\<T>)

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

### Parameters

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