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.8.0.0 (5.8.21.0208)
SyntaxDictionary<TypeConverterDefinition, string> SystemTypeConverters { get; }ReadOnly Property SystemTypeConverters As Dictionary(Of TypeConverterDefinition, String)
	Get
Property Value
Type: 
DictionaryTypeConverterDefinition, 
String
See Also