Click or drag to resize
Generator.SystemTypeConverters 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.0.0.0 (5.0.0)
Syntax
public Dictionary<TypeConverterDefinition, string> SystemTypeConverters { get; }

Property Value

Type: Dictionary<TypeConverterDefinition, String>

Implements

IGenerator.SystemTypeConverters
See Also