System::Collections::Generic::LinkedList::LinkedList Konstruktor
LinkedList::LinkedList() constructor
Erstellt eine leere LinkedList.
System::Collections::Generic::LinkedList<T>::LinkedList()
Siehe auch
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
LinkedList::LinkedList(const SharedPtr<IEnumerable<T>>&) constructor
Kopierkonstruktor.
System::Collections::Generic::LinkedList<T>::LinkedList(const SharedPtr<IEnumerable<T>> &collection)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Sammlung | const SharedPtr<IEnumerable<T>>& | Sammlung, aus der Daten kopiert werden. |
Siehe auch
- Typedef SharedPtr
- Class IEnumerable
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++