|
ExtendedListT Constructor (ListT)
|
new ExtendedList filled with elements of another list
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ExtendedList(
List<T> items
)
Public Sub New (
items As List(Of T)
)
public:
ExtendedList(
List<T>^ items
)
new :
items : List<'T> -> ExtendedList
Parameters
- items
- Type: System.Collections.GenericListT
list of of items to add
See Also