Click or drag to resize

IGeneratorSystemTypeConverters Property

Gets the system type converters defined for this framework. Key is the Type converter instance type, value is the codeGeneratorData value specified with this type converter in the framework's .framework file.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
Dictionary<TypeConverterDefinition, string> SystemTypeConverters { get; }

Property Value

Type: DictionaryTypeConverterDefinition, String
See Also