System::ObjectExt::ArrayInitializerCast yöntemi
ObjectExt::ArrayInitializerCast method
Dizi temel değerlerini dönüştürür (C# bunu otomatik yapar ancak C++ görünüşe göre yapmaz).
template<typename To,typename ...> static std::enable_if<(std::is_fundamental<To>::value), std::array<To, sizeof...(From)>>::type System::ObjectExt::ArrayInitializerCast(From ...args)
| Parameter | Açıklama |
|---|---|
| To | Hedef tip. |
| From | Kaynak türler. |
| Parameter | Type | Açıklama |
|---|---|---|
| args | Kaynak … | Hedef diziye dönüştürülüp itilecek değerler. |
ReturnValue
Array containing converted copies of all arguments in the same order.
Ayrıca Bakınız
- Class ObjectExt
- Namespace System
- Library Aspose.Page for C++