PriorityQueue TValue  CopyTo Method NetworkComms.Net Help
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.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public void CopyTo(
	KeyValuePair<QueueItemPriority, TValue>[] destination,
	int destStartingIndex
)

Parameters

destination
Type:  OnlineSystem.Collections.Generic KeyValuePair QueueItemPriority, TValue  
The destination array
destStartingIndex
Type: OnlineSystem Int32
The position within destination to start copying to
See Also