AsyncQueue<T>.InitialCapacity Property

Definition

Gets the initial capacity for the queue.

protected:
 virtual property int InitialCapacity { int get(); };
protected:
 virtual property int InitialCapacity { int get(); };
protected virtual int InitialCapacity { get; }
member this.InitialCapacity : int
Protected Overridable ReadOnly Property InitialCapacity As Integer

Property Value

Returns the initial capacity.

Applies to