Click or drag to resize

WritableCollectionT(Int32) Constructor

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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public WritableCollection(
	int capacity
)

Parameters

capacity  Int32
The number of elements that the new list can initially store.
See Also