# FixedList512Bytes

> Initializes and returns an instance of FixedList512Bytes with content copied from another list.

## Definition

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

## FixedList512Bytes(FixedList32Bytes\<T>)

Initializes and returns an instance of FixedList512Bytes with content copied from another list.

```csharp
public FixedList512Bytes(in FixedList32Bytes<T> other)
```

### Parameters

**** (\[FixedList32Bytes\<T>]\(/engine/6000.7/script-reference/unity/collections/fixedlist32bytes1)): The list to copy.

## FixedList512Bytes(FixedList64Bytes\<T>)

Initializes and returns an instance of FixedList512Bytes with content copied from another list.

```csharp
public FixedList512Bytes(in FixedList64Bytes<T> other)
```

### Parameters

**** (\[FixedList64Bytes\<T>]\(/engine/6000.7/script-reference/unity/collections/fixedlist64bytes1)): The list to copy.

## FixedList512Bytes(FixedList128Bytes\<T>)

Initializes and returns an instance of FixedList512Bytes with content copied from another list.

```csharp
public FixedList512Bytes(in FixedList128Bytes<T> other)
```

### Parameters

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

## FixedList512Bytes(FixedList4096Bytes\<T>)

Initializes and returns an instance of FixedList512Bytes with content copied from another list.

```csharp
public FixedList512Bytes(in FixedList4096Bytes<T> other)
```

### Parameters

**** (\[FixedList4096Bytes\<T>]\(/engine/6000.7/script-reference/unity/collections/fixedlist4096bytes1)): The list to copy.
