Contains Method
From Lidgren.Network
| Lidgren Network Library documentation |
| NetQueue<(Of <(<'T>)>)>..::..Contains Method |
| NetQueue<(Of <(<'T>)>)> Class See Also Send Feedback |
Determines whether an item is in the queue
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
| C# |
|---|
public bool Contains( T item ) |
| Visual Basic |
|---|
Public Function Contains ( _ item As T _ ) As Boolean |
| Visual C++ |
|---|
public: bool Contains( T item ) |
Parameters
- item
- Type: T
[Missing <param name="item"/> documentation for "M:Lidgren.Network.NetQueue`1.Contains(`0)"]
Return Value
[Missing <returns> documentation for "M:Lidgren.Network.NetQueue`1.Contains(`0)"]