# ProfileBaseList

> Class

Inheritance

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

***

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 ProfileBaseList
```

## Constructors

### ProfileBaseList(ProfileBase\[])

```csharp
public ProfileBaseList(ProfileBase[] tab)
```

Parameters

| Type                                 | Name | Description |
| ------------------------------------ | ---- | ----------- |
| [ProfileBase\[\]](./cad_profilebase) | tab  |             |

### ProfileBaseList(int)

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

Returns

| Type                             | Description |
| -------------------------------- | ----------- |
| [ProfileBase](./cad_profilebase) |             |

### list

```csharp
public ProfileBase[] list
```

Returns

| Type                                 | Description |
| ------------------------------------ | ----------- |
| [ProfileBase\[\]](./cad_profilebase) |             |

## Operators

### implicit operator ProfileBase\[]\(ProfileBaseList)

```csharp
public static implicit operator ProfileBase[](ProfileBaseList o)
```

Parameters

| Type                                     | Name | Description |
| ---------------------------------------- | ---- | ----------- |
| [ProfileBaseList](./cad_profilebaselist) | o    |             |

Returns

| Type                                 | Description |
| ------------------------------------ | ----------- |
| [ProfileBase\[\]](./cad_profilebase) |             |
