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ètre | Type | Description |
|---|---|---|
| tableau | const typename BaseType::ArrayPtrT& | Le tableau à convertir. |
ReturnValue
Une tranche en lecture seule représentant le tableau.
Voir aussi
- Class ReadOnlySpan
- Class ReadOnlySpan
- Namespace System
- Library Aspose.Page for C++