Skip to main content
.NET 6.0+

BoolList.Clear() Method

Removes all key/value pairs from the BoolList‘s collection.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void Clear()

Remarks

When a BoolList does not contain any key/value pairs, the BoolList.ResultValue is defined by the emptyListValue parameter passed to the BoolList‘s BoolList constructor.

See Also