ToArray Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
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"]

See Also