| CappedQueueTEnqueue Method |
Adds an object to the end of the queue.
Namespace: Network.Sim.MiscellaneousAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Enqueue(
T item
)
Parameters
- item
- Type: T
The element to add to the end of the
queue.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | Thrown if the specified
element could not be added to the queue because the maximum capacity
has been reached. |
See Also