Target
Gets the instance on which the method was executed, or null if the method is a static method.
Declaration
public object Target { get; set; }Property Value
| Type | Description |
|---|---|
| object |
Gets the instance on which the method was executed, or null if the method is a static method.
public object Target { get; set; }| Type | Description |
|---|---|
| object |