Click or drag to resize
GeneratorStoreCompilationResultsForCompiledIncludeTemplates Method
Stores the compilation results for include templates. Include templates are only compiled when used inside TDL templates

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 void StoreCompilationResultsForCompiledIncludeTemplates(
	Pair<CompilerResults, string> toStore
)

Parameters

toStore
Type: SD.Tools.Algorithmia.GeneralDataStructuresPairCompilerResults, String
To store. Value1 is the compilation results object, Value2 is the name of the file which contains the template runner sourcecode (which was compiled and gave the compilation results stored in Value1)

Implements

IGeneratorStoreCompilationResultsForCompiledIncludeTemplates(PairCompilerResults, String)
See Also