System::Runtime::CompilerServices::Unsafe::AsPointer method
Unsafe::AsPointer method
Returns a pointer to the specified value.
template<typename T> static void * System::Runtime::CompilerServices::Unsafe::AsPointer(T &value)
| Parameter | Description |
|---|---|
| T | The type of the value. |
| Parameter | Type | Description |
|---|---|---|
| value | T& | The value to obtain a pointer for. |
ReturnValue
A pointer to the specified value.
See Also
- Class Unsafe
- Namespace System::Runtime::CompilerServices
- Library Aspose.PDF for C++