StrongBox<'T> Constructor

 
Namespace:   System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodStrongBox<'T>()

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

System_CAPS_pubmethodStrongBox<'T>('T)

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

Return to top
Show: