Konstruktor System::Collections::Generic::LinkedList::LinkedList

LinkedList::LinkedList() constructor

Membuat LinkedList kosong.

System::Collections::Generic::LinkedList<T>::LinkedList()

Lihat Juga

LinkedList::LinkedList(const SharedPtr<IEnumerable<T>>&) constructor

Konstruktor penyalinan.

System::Collections::Generic::LinkedList<T>::LinkedList(const SharedPtr<IEnumerable<T>> &collection)
ParameterTipeDeskripsi
koleksiconst SharedPtr<IEnumerable<T>>&Koleksi untuk menyalin data dari.

Lihat Juga