# CurveListList

> Class

Inheritance

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

***

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

```csharp
[Serializable]
public class CurveListList
```

## Constructors

### CurveListList(CurveList\[])

```csharp
public CurveListList(CurveList[] tab)
```

Parameters

| Type                             | Name | Description |
| -------------------------------- | ---- | ----------- |
| [CurveList\[\]](./cad_curvelist) | tab  |             |

### CurveListList(int)

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

Returns

| Type                         | Description |
| ---------------------------- | ----------- |
| [CurveList](./cad_curvelist) |             |

### list

```csharp
public CurveList[] list
```

Returns

| Type                             | Description |
| -------------------------------- | ----------- |
| [CurveList\[\]](./cad_curvelist) |             |

## Operators

### implicit operator CurveList\[]\(CurveListList)

```csharp
public static implicit operator CurveList[](CurveListList o)
```

Parameters

| Type                                 | Name | Description |
| ------------------------------------ | ---- | ----------- |
| [CurveListList](./cad_curvelistlist) | o    |             |

Returns

| Type                             | Description |
| -------------------------------- | ----------- |
| [CurveList\[\]](./cad_curvelist) |             |
