Click or drag to resize

IOListT(Int32) Constructor

Initialize a new instance of an IOList that is empty and has the specified capacity

Namespace: Brainboxes.IO
Assembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IOList(
	int capacity
)

Parameters

capacity  Int32

[Missing <param name="capacity"/> documentation for "M:Brainboxes.IO.IOList`1.#ctor(System.Int32)"]

See Also