ExtendedListT(T, Int32) Constructor
Initializes a new instance of the
ExtendedListT class.
create new ExtendedList.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public ExtendedList(
T item,
int capacity = 1
)
Public Sub New (
item As T,
Optional capacity As Integer = 1
)
public:
ExtendedList(
T item,
int capacity = 1
)
new :
item : 'T *
?capacity : int
(* Defaults:
let _capacity = defaultArg capacity 1
*)
-> ExtendedList
Parameters
- item T
- item to add.
- capacity Int32 (Optional)
- initial capacity.