StrongBox<T>.IStrongBox.Value 속성

정의

StrongBox<T>에서 참조하는 속성 값을 가져오거나 설정합니다.

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

속성 값

StrongBox<T>에서 참조하는 값입니다.

구현

적용 대상