PersonalizationDictionary Constructor (Int32)

 

Initializes a new instance of the PersonalizationDictionary class using the provided parameter.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
PersonalizationDictionary(
	int initialSize
)

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
Return to top
Show: