System::Collections::Generic::List::AddInitializer 메서드
List::AddInitializer method
리스트에 요소를 추가합니다; 초기화자를 변환할 때 사용됩니다.
void System::Collections::Generic::List<T>::AddInitializer(int size, const T *inits)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| size | int | 삽입할 요소 수. |
| inits | const T * | 삽입할 요소들. |
또 보기
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++