Class Boxed
- Namespace
- LfrlAnvil
- Assembly
- LfrlAnvil.Core.dll
Contains boxed instances of value types.
public static class Boxed
- Inheritance
-
Boxed
- Inherited Members
Fields
False
Represents boxed bool equal to false.
public static readonly object False
Field Value
True
Represents boxed bool equal to true.
public static readonly object True
Field Value
Methods
GetBool(bool)
Gets a stored boxed representation of the provided boolvalue
.
[Pure]
public static object GetBool(bool value)
Parameters
value
boolValue to get.
Returns
- object
Boxed
value
representation.