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