|
ExtendedListT Constructor (ExtendedListT)
|
copy constructor
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ExtendedList(
ExtendedList<T> other
)
Public Sub New (
other As ExtendedList(Of T)
)
public:
ExtendedList(
ExtendedList<T>^ other
)
new :
other : ExtendedList<'T> -> ExtendedList
Parameters
- other
- Type: Karamba.UtilitiesExtendedListT
[Missing <param name="other"/> documentation for "M:Karamba.Utilities.ExtendedList`1.#ctor(Karamba.Utilities.ExtendedList{`0})"]
See Also