| Name | Description |
|---|
 | BooleanValueArray() |
Initializes a new instance of BooleanValueArray with an empty array of BooleanValue objects.
|
 | BooleanValueArray(BooleanValue[]) |
Initializes a new instance of BooleanValueArray with the specified array of BooleanValue objects.
|
 | BooleanValueArray(BooleanValueArray) |
Initializes a new instance of BooleanValueArray by copying an existing BooleanValueArray instance.
|
 | BooleanValueArray(Boolean[]) |
Initializes a new instance of BooleanValueArray with the specified array of Boolean values.
|
 | BooleanValueArray(IEnumerable(Boolean)) |
Initializes a new instance of BooleanValueArray with the specified list of Boolean values.
|