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

MemoryMarshal::Cast method

Convierte un Span de un tipo primitivo TFrom a otro tipo primitivo TTo.

template<typename TFrom,typename TTo> static Span<TTo> System::Runtime::InteropServices::MemoryMarshal::Cast(const Span<TFrom> &span)

Ver también