Table of Contents

Class NullBoolBoxes

Namespace
Alternet.UI.Extensions
Assembly
Alternet.UI.Common.dll

Contains boxed nullable boolean values which can be used to avoid extra memory allocation.

public static class NullBoolBoxes
Inheritance
NullBoolBoxes

Fields

FalseBox

Gets boxed 'false' nullable boolean value.

NullBox

Gets boxed 'null' boolean value.

TrueBox

Gets boxed 'true' nullable boolean value.

Methods

Box(bool?)

Gets boxed nullable boolean value.