Click or drag to resize

WritableCollectionT Constructor (Int32)

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public WritableCollection(
	int capacity
)

Parameters

capacity
Type: SystemInt32
The number of elements that the new list can initially store.
See Also