Click or drag to resize

FifoQueueTAddRotate Method

Adds an object to the end of the FifoQueue{T}, dequeuing the first item if queue is full (capacity is met).

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 AddRotate(
	T item
)

Parameters

item
Type: T

[Missing <param name="item"/> documentation for "M:DHI.Mike1D.Generic.Collections.FifoQueue`1.AddRotate(`0)"]

See Also