Click or drag to resize

FifoQueueTAddRange Method

Adds an object to the end of the FifoQueue{T}, same as Enqueue(T)

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 void AddRange(
	IEnumerable<T> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableT

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

See Also