Skip to main content
A newer version of this page is available. .

BoolList(Boolean, BoolListOperatorType) Constructor

Creates and initializes a new instance of the BoolList class.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public BoolList(
    bool emptyListValue,
    BoolListOperatorType operatorType
)

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.

Remarks

This constructor sets the ReadByNonExistentKeyMode mode to ReadByNonExistentKeyMode.ReturnDefault.

See Also