







|
| Lidgren Network Library documentation |
| NetQueue<(Of <(<'T>)>)>..::..Enqueue Method (IEnumerable<(Of <(<'T>)>)>) |
| NetQueue<(Of <(<'T>)>)> Class See Also Send Feedback |
Adds an item last/tail of the queue
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
| C# |
|---|
public void Enqueue( IEnumerable<T> items ) |
| Visual Basic |
|---|
Public Sub Enqueue ( _ items As IEnumerable(Of T) _ ) |
| Visual C++ |
|---|
public: void Enqueue( IEnumerable<T>^ items ) |
Parameters
- items
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>
[Missing <param name="items"/> documentation for "M:Lidgren.Network.NetQueue`1.Enqueue(System.Collections.Generic.IEnumerable{`0})"]
