Click or drag to resize

FifoQueueTEnqueue Method

Adds an object to the end of the FifoQueue{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 Enqueue(
	T item
)

Parameters

item
Type: T
The object to add to the FifoQueue{T}. The value can be null for reference types.
See Also