FastDictionaryTKey, TValue Constructor (IDictionaryTKey, TValue) | 
 
            CTor
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic FastDictionary(
	IDictionary<TKey, TValue> d
)
Public Sub New ( 
	d As IDictionary(Of TKey, TValue)
)
Parameters
- d
 - Type: System.Collections.GenericIDictionaryTKey, TValue
 
See Also