Strongbox



Strongbox Commercial Strongbox Commercial We’ll Find You The Perfect Space With several hundred thousand square feet of property under management, we can help with the perfect space for the mid to large scale sized operation. The STRONGBOX is an all-in-one training bench, plyo platform and equipment storage unit, this next generation of Escape’s B-BOX also features six adjustable levels (0°, 15°, 30°, 45°, 60°, 80°) to the bench.

-->

Strongbox Ark Datapad

Definition

Strongbox Inkberry Holly

Type Parameters

T

The type of the value that the StrongBox<T> references.

Inheritance
StrongBox<T>
Implements
Datapad

Remarks

This type is provided for use by the dynamic methods that the internal expression compiler component of the expression tree API generates.

Constructors

StrongBox<T>()

Initializes a new StrongBox which can receive a value when used in a reference call.

StrongBox<T>(T)

Initializes a new instance of the StrongBox<T> class by using the supplied value.

Fields

Value

Represents the value that the StrongBox<T> references.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

IStrongBox.Value

Gets or sets the value that the StrongBox<T> references.

Applies to