ListAndSetT Constructor (IEnumerableT) |
Initializes a new instance of the System.Collections.Generic.List class
that contains elements copied from the specified collection and has sufficient
capacity to accommodate the number of elements copied.
Namespace: JenevaAssembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public ListAndSet(
IEnumerable<T> collection
)
Public Sub New (
collection As IEnumerable(Of T)
)
Parameters
- collection
- Type: System.Collections.GenericIEnumerableT
[Missing <param name="collection"/> documentation for "M:Jeneva.ListAndSet`1.#ctor(System.Collections.Generic.IEnumerable{`0})"]
See Also