System::Span::to_Span 方法
Span::to_Span method
将数组转换为 Span。
static ThisType System::Span<T>::to_Span(const typename BaseType::ArrayPtrT &array)
| 参数 | 类型 | 描述 |
|---|---|---|
| 数组 | const typename BaseType::ArrayPtrT& | 要转换的数组。 |
ReturnValue
表示该数组的 Span。
另见
- Class Span
- Class Span
- Namespace System
- Library Aspose.Font for C++