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