Click or drag to resize

IOListT Constructor (IEnumerableT)

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.5.0.8
Syntax
public IOList(
	IEnumerable<T> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableT

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

See Also