Hashtable.GrowthFactor Property

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

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

Syntax

public double GrowthFactor { get; set; }

Property Value

The multiplier to use to increase the Hashtable size during a rehash. The default value is 2.

Version Information

Available in the .NET Micro Framework version 4.1 and 4.2.

See Also

Reference

Hashtable Class
Hashtable Members
System.Collections Namespace