Property Target
Target
Gets a read-only reference to the target value the current pointer is pointing to.
Declaration
public ref readonly T Target { get; }
Property Value
| Type | Description |
|---|---|
| T | A read-only reference to the target value the current pointer is pointing to. |
Remarks
Accessing the target value through this property is equivalent to dereferencing the pointer.