Instance
Gets or sets the object instance on which the method is being executed.
Declaration
object Instance { get; set; }
Property Value
Type | Description |
---|---|
object |
Remarks
This set may be set by user code only when the instance is a value type. As usually, user code is responsible for setting an object of the right type.