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()
ParameterDescription
TThe type to determine the size of.

ReturnValue

The size of the specified type.

See Also