mscorlib(4.0.0.0) API with additions
IStrongBox.cs
2 {
4  [global::__DynamicallyInvokable]
5  public interface IStrongBox
6  {
9  [global::__DynamicallyInvokable]
10  object Value
11  {
12  [global::__DynamicallyInvokable]
13  get;
14  [global::__DynamicallyInvokable]
15  set;
16  }
17  }
18 }
object Value
Gets or sets the value that an object references.
Definition: IStrongBox.cs:11
Defines a property for accessing the value that an object references.
Definition: IStrongBox.cs:5