BooleanBoxes Class

Summary

Helps boxing Boolean values.
Namespace
MahApps.Metro.ValueBoxes
Base Types
  • object
graph BT Type-->Base0["object"] Type["BooleanBoxes"] class Type type-node

Syntax

public static class BooleanBoxes

Fields

Name Constant Value Summary
FalseBox
Gets a boxed representation for Boolean's "false" value.
static
TrueBox
Gets a boxed representation for Boolean's "true" value.
static

Methods

Name Value Summary
Box(bool) object
Returns a boxed representation for the specified Boolean value.
static