System::ReadOnlySpan::to_ReadOnlySpan méthode

ReadOnlySpan::to_ReadOnlySpan method

Convertit un tableau en un ReadOnlySpan.

static ThisType System::ReadOnlySpan<T>::to_ReadOnlySpan(const typename BaseType::ArrayPtrT &array)
ParamètreTypeDescription
tableauconst typename BaseType::ArrayPtrT&Le tableau à convertir.

ReturnValue

Un span en lecture seule représentant le tableau.

Voir aussi