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