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

LinkedList::LinkedList() constructor

Erstellt eine leere LinkedList.

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

Siehe auch

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

Kopierkonstruktor.

System::Collections::Generic::LinkedList<T>::LinkedList(const SharedPtr<IEnumerable<T>> &collection)
ParameterTypBeschreibung
Sammlungconst SharedPtr<IEnumerable<T>>&Sammlung, aus der Daten kopiert werden.

Siehe auch