Class BoolBoxes
- Namespace
- Alternet.UI.Extensions
- Assembly
- Alternet.UI.Common.dll
Contains boxed boolean values which can be used to avoid extra memory allocation.
public static class BoolBoxes
- Inheritance
-
BoolBoxes
Fields
- FalseBox
Gets boxed 'false' boolean value.
- TrueBox
Gets boxed 'true' boolean value.
Methods
- Box(bool)
Gets boxed boolean value.