|
ExtendedListT Constructor (Int32)
|
create new extended list
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ExtendedList(
int capacity = 1
)
Public Sub New (
Optional capacity As Integer = 1
)
public:
ExtendedList(
int capacity = 1
)
new :
?capacity : int
(* Defaults:
let _capacity = defaultArg capacity 1
*)
-> ExtendedList
Parameters
- capacity (Optional)
- Type: SystemInt32
initial capacity of the underlying list
See Also