Click or drag to resize

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)
Syntax
public InternalTypeMapping Get(
	Type key
)

Parameters

key
Type: SystemType

Return Value

Type: InternalTypeMapping
See Also