System::Collections::Generic::LinkedList::LinkedList constructeur
LinkedList::LinkedList() constructor
Crée une LinkedList vide.
System::Collections::Generic::LinkedList<T>::LinkedList()
Voir aussi
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
LinkedList::LinkedList(const SharedPtr<IEnumerable<T>>&) constructor
Constructeur de copie.
System::Collections::Generic::LinkedList<T>::LinkedList(const SharedPtr<IEnumerable<T>> &collection)
| Paramètre | Type | Description |
|---|---|---|
| collection | const SharedPtr<IEnumerable<T>>& | Collection dont il faut copier les données. |
Voir aussi
- Typedef SharedPtr
- Class IEnumerable
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++