Méthode System::Span::to_Span

Span::to_Span method

Convertit un tableau en un Span.

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

ReturnValue

Un span représentant le tableau.

Voir aussi