Inserts a new item into the queue.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public void Enqueue(
	T value
)
Visual Basic (Declaration)
Public Sub Enqueue ( _
	value As T _
)
Visual C++
public:
void Enqueue(
	T value
)

Parameters

value
Type: T
object to insert.

See Also