System::Collections::Generic::LinkedList::LinkedList κατασκευαστής
LinkedList::LinkedList() constructor
Δημιουργεί κενή LinkedList.
System::Collections::Generic::LinkedList<T>::LinkedList()
Δείτε επίσης
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
LinkedList::LinkedList(const SharedPtr<IEnumerable<T>>&) constructor
Κατασκευαστής αντιγραφής.
System::Collections::Generic::LinkedList<T>::LinkedList(const SharedPtr<IEnumerable<T>> &collection)
| Parameter | Type | Περιγραφή |
|---|---|---|
| συλλογή | const SharedPtr<IEnumerable<T>>& | Συλλογή για αντιγραφή δεδομένων από. |
Δείτε επίσης
- Typedef SharedPtr
- Class IEnumerable
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++