Add the given object to the collections tail
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public void EnqueueTail( T value ) |
| Visual Basic (Declaration) |
|---|
Public Sub EnqueueTail ( _ value As T _ ) |
| Visual C++ |
|---|
public: void EnqueueTail( T value ) |
Parameters
- value
- Type: T
The object to enqueue