Version

InitialCapacity Property

Specifies the initial capacity of the collection.
Syntax
'Declaration
 
Protected ReadOnly Property InitialCapacity As Integer
protected int InitialCapacity {get;}

Property Value

Returns the number of named references this collection was allocated to contain.
Remarks

If the collection is not IsFixedSize then the collection may grow to

contain a larger number of items than it's InitialCapacity.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also