AsyncQueue<T>.InitialCapacity Property

Gets the initial capacity for the queue.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property InitialCapacity As Integer
protected virtual int InitialCapacity { get; }
protected:
virtual property int InitialCapacity {
    int get ();
}
abstract InitialCapacity : int with get 
override InitialCapacity : int with get
function get InitialCapacity () : int

Property Value

Type: System.Int32
Returns the initial capacity.

.NET Framework Security

See Also

Reference

AsyncQueue<T> Class

Microsoft.VisualStudio.Threading Namespace