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.10.0.0 (5.10.0)
Syntaxpublic MultiValueHashtable(
	int capacity
)
Public Sub New ( 
	capacity As Integer
)
Parameters
- capacity
 - Type: SystemInt32
Capacity. 
See Also