Click or drag to resize

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

Parameters

item
Type: T

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

Implements

ICollectionTAdd(T)
See Also