Click or drag to resize
GeneratorSystemTypeConverters Property
Gets or sets 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.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Dictionary<TypeConverterDefinition, string> SystemTypeConverters { get; }

Property Value

Type: DictionaryTypeConverterDefinition, String

Implements

IGeneratorSystemTypeConverters
See Also