# FileFormatList

> Class

Inheritance

* [object](https://learn.microsoft.com/dotnet/api/system.object)
* FileFormatList

***

Inherited Members

* [Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\))

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode)

* [GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)

* [MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

* [ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

***

Namespace: UnityEngine.Pixyz.IO

```csharp
[Serializable]
public class FileFormatList
```

## Constructors

### FileFormatList(FileFormat\[])

```csharp
public FileFormatList(FileFormat[] tab)
```

Parameters

| Type                              | Name | Description |
| --------------------------------- | ---- | ----------- |
| [FileFormat\[\]](./io_fileformat) | tab  |             |

### FileFormatList(int)

```csharp
public FileFormatList(int size)
```

Parameters

| Type                                                       | Name | Description |
| ---------------------------------------------------------- | ---- | ----------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) | size |             |

## Fields

### length

```csharp
public int length { get; }
```

Returns

| Type                                                       | Description |
| ---------------------------------------------------------- | ----------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) |             |

### this\[int]

```csharp
public FileFormat this[int index] { get; set; }
```

Returns

| Type                          | Description |
| ----------------------------- | ----------- |
| [FileFormat](./io_fileformat) |             |

### list

```csharp
public FileFormat[] list
```

Returns

| Type                              | Description |
| --------------------------------- | ----------- |
| [FileFormat\[\]](./io_fileformat) |             |

## Operators

### implicit operator FileFormat\[]\(FileFormatList)

```csharp
public static implicit operator FileFormat[](FileFormatList o)
```

Parameters

| Type                                  | Name | Description |
| ------------------------------------- | ---- | ----------- |
| [FileFormatList](./io_fileformatlist) | o    |             |

Returns

| Type                              | Description |
| --------------------------------- | ----------- |
| [FileFormat\[\]](./io_fileformat) |             |
