Class EntityListList
Inheritance
EntityListList
Syntax
[Serializable]
public class EntityListList
Constructors
EntityListList(int)
Declaration
public EntityListList(int size)
Parameters
Type |
Name |
Description |
int |
size |
|
EntityListList(EntityList[])
Declaration
public EntityListList(EntityList[] tab)
Parameters
Fields
list
Declaration
Field Value
Properties
this[int]
Declaration
public EntityList this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
length
Declaration
public int length { get; }
Property Value
Operators
implicit operator EntityList[](EntityListList)
Declaration
public static implicit operator EntityList[](EntityListList o)
Parameters
Returns