Méthode System::ReadOnlySpan::to_ReadOnlySpan

ReadOnlySpan::to_ReadOnlySpan method

Convertit un tableau en ReadOnlySpan.

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

ReturnValue

Une tranche en lecture seule représentant le tableau.

Voir aussi