# PropertyInfoListList

> Class

Inheritance

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

***

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

## Constructors

### PropertyInfoListList(PropertyInfoList\[])

```csharp
public PropertyInfoListList(PropertyInfoList[] tab)
```

Parameters

| Type                                            | Name | Description |
| ----------------------------------------------- | ---- | ----------- |
| [PropertyInfoList\[\]](./core_propertyinfolist) | tab  |             |

### PropertyInfoListList(int)

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

Returns

| Type                                        | Description |
| ------------------------------------------- | ----------- |
| [PropertyInfoList](./core_propertyinfolist) |             |

### list

```csharp
public PropertyInfoList[] list
```

Returns

| Type                                            | Description |
| ----------------------------------------------- | ----------- |
| [PropertyInfoList\[\]](./core_propertyinfolist) |             |

## Operators

### implicit operator PropertyInfoList\[]\(PropertyInfoListList)

```csharp
public static implicit operator PropertyInfoList[](PropertyInfoListList o)
```

Parameters

| Type                                                | Name | Description |
| --------------------------------------------------- | ---- | ----------- |
| [PropertyInfoListList](./core_propertyinfolistlist) | o    |             |

Returns

| Type                                            | Description |
| ----------------------------------------------- | ----------- |
| [PropertyInfoList\[\]](./core_propertyinfolist) |             |
