Property Value
Value
The value, of type T to which the pointer refers.
Declaration
public ref T Value { get; }Property Value
| Type | Description | 
|---|---|
| T | 
Remarks
The property is a reference return.
Exceptions
| Type | Condition | 
|---|---|
| InvalidOperationException | Thrown if the pointer does not reference a valid instance of a data type. |