System::Collections::Generic::LinkedList::LinkedList costruttore
LinkedList::LinkedList() constructor
Crea una LinkedList vuota LinkedList.
System::Collections::Generic::LinkedList<T>::LinkedList()
Vedi anche
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
LinkedList::LinkedList(const SharedPtr<IEnumerable<T>>&) constructor
Costruttore di copia.
System::Collections::Generic::LinkedList<T>::LinkedList(const SharedPtr<IEnumerable<T>> &collection)
| Parametro | Tipo | Descrizione |
|---|---|---|
| collezione | const SharedPtr<IEnumerable<T>>& | Collezione da cui copiare i dati. |
Vedi anche
- Typedef SharedPtr
- Class IEnumerable
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++