# IntListList

> Class

Inheritance

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

***

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.Core

```csharp
[Serializable]
public class IntListList
```

## Constructors

### IntListList(IntList\[])

```csharp
public IntListList(IntList[] tab)
```

Parameters

| Type                          | Name | Description |
| ----------------------------- | ---- | ----------- |
| [IntList\[\]](./core_intlist) | tab  |             |

### IntListList(int)

```csharp
public IntListList(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 IntList this[int index] { get; set; }
```

Returns

| Type                      | Description |
| ------------------------- | ----------- |
| [IntList](./core_intlist) |             |

### list

```csharp
public IntList[] list
```

Returns

| Type                          | Description |
| ----------------------------- | ----------- |
| [IntList\[\]](./core_intlist) |             |

## Operators

### implicit operator IntList\[]\(IntListList)

```csharp
public static implicit operator IntList[](IntListList o)
```

Parameters

| Type                              | Name | Description |
| --------------------------------- | ---- | ----------- |
| [IntListList](./core_intlistlist) | o    |             |

Returns

| Type                          | Description |
| ----------------------------- | ----------- |
| [IntList\[\]](./core_intlist) |             |
