GrowthFactor Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the multiplier to use to increase the Hashtable size during a rehash.

Namespace:  System.Collections
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Property GrowthFactor As Double
public double GrowthFactor { get; set; }
public:
property double GrowthFactor {
    double get ();
    void set (double value);
}
member GrowthFactor : float with get, set
function get GrowthFactor () : double
function set GrowthFactor (value : double)

Property Value

Type: System. . :: . .Double
The multiplier to use to increase the Hashtable size during a rehash.

.NET Framework Security

See Also

Reference

Hashtable Class

System.Collections Namespace