InternalTypeMappingSetGet Method  | 
 
            Gets the value associated with the key or null if the key isn't found
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Frameworks
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic InternalTypeMapping Get(
	Type key
)
Public Function Get ( 
	key As Type
) As InternalTypeMapping
Parameters
- key
 - Type: SystemType
 
Return Value
Type: 
InternalTypeMapping
See Also