Click or drag to resize
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: Jeneva
Assembly: 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
)

Parameters

collection
Type: System.Collections.GenericIEnumerableT

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

See Also