PersonalizationDictionary Constructor (Int32)
.NET Framework (current version)
Initializes a new instance of the PersonalizationDictionary class using the provided parameter.
Assembly: System.Web (in System.Web.dll)
Parameters
- initialSize
-
Type:
System::Int32
The estimated number of entries to be stored in the dictionary.
This constructor initializes an empty dictionary based on the estimated number of entries to be stored in the dictionary. The dictionary will treat key values as case-insensitive.
.NET Framework
Available since 2.0
Available since 2.0
Show: