Click or drag to resize

FifoQueueT Constructor (IEnumerableT)

Initializes a new instance of the FifoQueue{T} class that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied.

If collection is an ICollection, the capacity will match exactly the size of the collection.

Namespace:  DHI.Mike1D.Generic.Collections
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public FifoQueue(
	IEnumerable<T> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableT

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

See Also