StrongBox<T>.IStrongBox.Value Propiedad

Definición

Obtiene o establece el valor al que StrongBox<T> hace referencia.

property System::Object ^ System::Runtime::CompilerServices::IStrongBox::Value { System::Object ^ get(); void set(System::Object ^ value); };
object System.Runtime.CompilerServices.IStrongBox.Value { get; set; }
object? System.Runtime.CompilerServices.IStrongBox.Value { get; set; }
member this.System.Runtime.CompilerServices.IStrongBox.Value : obj with get, set
 Property Value As Object Implements IStrongBox.Value

Valor de propiedad

El valor al que StrongBox<T> hace referencia.

Implementaciones

Se aplica a