System::Collections::Generic::LinkedList::LinkedList constructor
LinkedList::LinkedList() constructor
Creates empty LinkedList.
System::Collections::Generic::LinkedList<T>::LinkedList()
See Also
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++
LinkedList::LinkedList(const SharedPtr<IEnumerable<T>>&) constructor
Copy constructor.
System::Collections::Generic::LinkedList<T>::LinkedList(const SharedPtr<IEnumerable<T>> &collection)
Parameter | Type | Description |
---|---|---|
collection | const SharedPtr<IEnumerable<T>>& | Collection to copy data from. |
See Also
- Typedef SharedPtr
- Class IEnumerable
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++