| WritableCollectionT Constructor (Int32) |
Initializes a new instance of the
WritableCollectionT class that
is empty and has the specified initial capacity.
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public WritableCollection(
int capacity
)
Public Sub New (
capacity As Integer
)
public:
WritableCollection(
int capacity
)
new :
capacity : int -> WritableCollection
Parameters
- capacity
- Type: SystemInt32
The number of elements that the new list can initially store.
See Also