System::Collections::Generic::LinkedList::LinkedList constructeur

LinkedList::LinkedList() constructor

Crée une LinkedList vide.

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

Voir aussi

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

Constructeur de copie.

System::Collections::Generic::LinkedList<T>::LinkedList(const SharedPtr<IEnumerable<T>> &collection)
ParamètreTypeDescription
collectionconst SharedPtr<IEnumerable<T>>&Collection dont il faut copier les données.

Voir aussi