System::Collections::Generic::List::AddInitializer طريقة
List::AddInitializer method
يضيف عناصر إلى القائمة؛ يُستخدم عند ترجمة المُهيئات.
void System::Collections::Generic::List<T>::AddInitializer(int size, const T *inits)
| Parameter | Type | الوصف |
|---|---|---|
| size | int | عدد العناصر لإدراجها. |
| inits | const T * | العناصر لإدراجها. |
انظر أيضًا
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++