AsyncQueue<T>::InitialCapacity Property

 

Gets the initial capacity for the queue.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

protected:
property int InitialCapacity {
	virtual int get();
}

Property Value

Type: System::Int32

Returns the initial capacity.

Return to top
Show: