System::ObjectExt::ArrayInitializerCast metodu
ObjectExt::ArrayInitializerCast method
Dizi temel değerlerini dönüştürür (C# bunu örtük olarak yapar ancak C++ muhtemelen 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)
| Parametre | Açıklama |
|---|---|
| Şu | Hedef tip. |
| From | Kaynak tipleri. |
| Parametre | Tür | 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.Font for C++