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.ApplicationCoreAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax Dictionary<TypeConverterDefinition, string> SystemTypeConverters { get; }
ReadOnly Property SystemTypeConverters As Dictionary(Of TypeConverterDefinition, String)
Get
Property Value
Type:
DictionaryTypeConverterDefinition,
StringSee Also