Click or drag to resize

IOListT(IEnumerableT) Constructor

Initialize a new instance of an IOList that contains elements copied from the collection

Namespace: Brainboxes.IO
Assembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IOList(
	IEnumerable<T> collection
)

Parameters

collection  IEnumerableT

[Missing <param name="collection"/> documentation for "M:Brainboxes.IO.IOList`1.#ctor(System.Collections.Generic.IEnumerable{`0})"]

See Also