Click or drag to resize

NetQueueTTryDrain Method

Gets all items from the head of the queue, or returns number of items popped

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public int TryDrain(
	IList<T> addTo
)

Parameters

addTo
Type: System.Collections.GenericIListT

Return Value

Type: Int32
See Also