Table of Contents

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

object

True

Represents boxed bool equal to true.

public static readonly object True

Field Value

object

Methods

GetBool(bool)

Gets a stored boxed representation of the provided boolvalue.

[Pure]
public static object GetBool(bool value)

Parameters

value bool

Value to get.

Returns

object

Boxed value representation.