StringPairListList
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- StringPairListList
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class StringPairListList
Constructors
StringPairListList(StringPairList[])
public StringPairListList(StringPairList[] tab)
Parameters
Type | Name | Description |
|---|---|---|
| StringPairList[] | tab |
StringPairListList(int)
public StringPairListList(int size)
Parameters
Type | Name | Description |
|---|---|---|
| int | size |
Fields
length
public int length { get; }
Returns
Type | Description |
|---|---|
| int |
this[int]
public StringPairList this[int index] { get; set; }
Returns
Type | Description |
|---|---|
| StringPairList |
list
public StringPairList[] list
Returns
Type | Description |
|---|---|
| StringPairList[] |
Operators
implicit operator StringPairList[](StringPairListList)
public static implicit operator StringPairList[](StringPairListList o)
Parameters
Type | Name | Description |
|---|---|---|
| StringPairListList | o |
Returns
Type | Description |
|---|---|
| StringPairList[] |