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.0.0.0 (5.0.0)
Syntax
public MultiValueHashtable(
	int capacity
)

Parameters

capacity
Type: SystemInt32
Capacity.
See Also