to_Span()
Span::to_Span(const typename BaseType::ArrayPtrT&) method
Converts an array to a Span.
static ThisType System::Span<T>::to_Span(const typename BaseType::ArrayPtrT &array)
Arguments
| Parameter | Type | Description |
|---|---|---|
| array | const typename BaseType::ArrayPtrT& | The array to convert. |
Return Value
A span representing the array.
See Also
- Class Span
- Namespace System
- Library Aspose.Slides