Copies queued items into the provided destination array. Highest priority items first descending until
destination is full or there are no remaining items.
Namespace: NetworkCommsDotNet.ToolsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- destination
- Type: System.Collections.Generic KeyValuePair QueueItemPriority, TValue
The destination array
- destStartingIndex
- Type: System Int32
The position within destination to start copying to
See Also