Konstruktor System::Collections::Generic::LinkedList::LinkedList
LinkedList::LinkedList() constructor
Membuat LinkedList kosong.
System::Collections::Generic::LinkedList<T>::LinkedList()
Lihat Juga
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
LinkedList::LinkedList(const SharedPtr<IEnumerable<T>>&) constructor
Konstruktor penyalinan.
System::Collections::Generic::LinkedList<T>::LinkedList(const SharedPtr<IEnumerable<T>> &collection)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| koleksi | const SharedPtr<IEnumerable<T>>& | Koleksi untuk menyalin data dari. |
Lihat Juga
- Typedef SharedPtr
- Class IEnumerable
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++