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