IOListT(IEnumerableT) Constructor |
Initialize a new instance of an IOList that contains elements copied from the collection
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IOList(
IEnumerable<T> collection
)
Public Sub New (
collection As IEnumerable(Of T)
)
new :
collection : IEnumerable<'T> -> IOList
Parameters
- collection IEnumerableT
[Missing <param name="collection"/> documentation for "M:Brainboxes.IO.IOList`1.#ctor(System.Collections.Generic.IEnumerable{`0})"]
See Also