Class BoolList
Syntax
[Serializable]
public class BoolList
Constructors
BoolList()
Declaration
BoolList(bool[])
Declaration
public BoolList(bool[] tab)
Parameters
Type |
Name |
Description |
bool[] |
tab |
|
BoolList(int)
Declaration
public BoolList(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[](BoolList)
Declaration
public static implicit operator bool[](BoolList o)
Parameters
Returns