Click or drag to resize
GeneratorCompiledIncludeTemplateAssembliesPerDriverId Property
Gets the compiled include assembly per driver id list.

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<string, Assembly> CompiledIncludeTemplateAssembliesPerDriverId { get; }

Property Value

Type: DictionaryString, Assembly

Implements

IGeneratorCompiledIncludeTemplateAssembliesPerDriverId
See Also