Click or drag to resize
MultiValueHashtableTKey, TValue Constructor (Int32)
Initializes a new instance of the MultiValueHashtable class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public MultiValueHashtable(
	int capacity
)

Parameters

capacity
Type: SystemInt32
Capacity.
See Also