BoolList(Boolean, BoolListOperatorType, ReadByNonExistentKeyMode) Constructor
Creates and initializes a new instance of the BoolList class.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| emptyListValue | Boolean | A Boolean value that is returned by the BoolList.ResultValue property when the created BoolList does not contain any key/value pairs. |
| operatorType | BoolListOperatorType | A BoolListOperatorType enumeration value specifying how the BoolList.ResultValue of the created BoolList is determined. |
| readByNonExistentKeyMode | ReadByNonExistentKeyMode | A ReadByNonExistentKeyMode enumeration value specifying how to process a situation when the created BoolList is asked for a non-existent key’s value. |
See Also