System::Span::to_Span method

Span::to_Span method

Converts an array to a Span.

static ThisType System::Span<T>::to_Span(const typename BaseType::ArrayPtrT &array)
ParameterTypeDescription
arrayconst typename BaseType::ArrayPtrT&The array to convert.

ReturnValue

A span representing the array.

See Also