Click or drag to resize

GeneratorCompilationResultsTemplatesPerDriverId Property

Gets the compilation results for templates per driver id list. Values are pairs, where Value1 is the compilationresults object and Value2 is the name of the file which contains the template runner sourcecode (which was compiled and gave the compilation results stored in Value1)

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public Dictionary<string, Pair<CompilerResults, string>> CompilationResultsTemplatesPerDriverId { get; }

Property Value

Type: DictionaryString, PairCompilerResults, String

Implements

IGeneratorCompilationResultsTemplatesPerDriverId
See Also