com.onlineobject.objectnet Namespace

EmbeddedPriorityQueue<(Of <(<'TElement, TPriority>)>)> Constructor (Int32)

Initializes a new instance of the EmbeddedPriorityQueue<(Of <(<'TElement, TPriority>)>)> class.

Namespace:  com.onlineobject.objectnet.server.Utils
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public EmbeddedPriorityQueue(

	int capacity

)

Parameters

capacity
Type: Int32
Initial capacity to allocate for the underlying heap array.