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.8.0.0 (5.8.21.0208)
Syntax public InternalTypeMapping Get(
Type key
)
Public Function Get (
key As Type
) As InternalTypeMapping
Parameters
- key
- Type: SystemType
Return Value
Type:
InternalTypeMappingSee Also