NeoAxis Documentation
NeoAxis Documentation
API Reference
Internal.Lidgren.Network
NetQueue(T) Class
NetQueue(T) Methods
Clear Method
Contains Method
Enqueue Method
EnqueueFirst Method
ToArray Method
TryDequeue Method
TryDrain Method
TryPeek Method
NetQueue
T
TryDrain 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#
Copy
public
int
TryDrain
(
IList
<T>
addTo
)
Parameters
addTo
Type:
System.Collections.Generic
IList
T
Return Value
Type:
Int32
See Also
Reference
NetQueue
T
Class
Internal.Lidgren.Network Namespace
Copyright 2024 NeoAxis Group. All rights reserved.