System::Runtime::InteropServices::MemoryMarshal::AsBytes método

MemoryMarshal::AsBytes method

Convierte un Span de un tipo primitivo T a un Span de bytes.

template<typename T> static Span<uint8_t> System::Runtime::InteropServices::MemoryMarshal::AsBytes(const Span<T> &span)

Ver también