AsyncQueue<T>.InitialCapacity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.