System::Runtime::CompilerServices::Unsafe::SizeOf method
Unsafe::SizeOf method
Returns the size of the specified type.
template<typename T> static int32_t System::Runtime::CompilerServices::Unsafe::SizeOf()
| Parameter | Description |
|---|---|
| T | The type to determine the size of. |
ReturnValue
The size of the specified type.
See Also
- Class Unsafe
- Namespace System::Runtime::CompilerServices
- Library Aspose.PDF for C++