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