Lidgren Network Library documentation |
NetQueue<(Of <(<'T>)>)>..::..ToArray Method |
NetQueue<(Of <(<'T>)>)> Class See Also Send Feedback |
Copies the queue items to a new array
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
C# |
---|
public T[] ToArray() |
Visual Basic |
---|
Public Function ToArray As T() |
Visual C++ |
---|
public: array<T>^ ToArray() |
Return Value
[Missing <returns> documentation for "M:Lidgren.Network.NetQueue`1.ToArray"]