Click or drag to resize

Generator.StoreCompilationResultsForCompiledTemplates Method

Stores the compilation results templates.

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

Parameters

toStore
Type: SD.Tools.Algorithmia.GeneralDataStructures.Pair<CompilerResults, 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

IGenerator.StoreCompilationResultsForCompiledTemplates(Pair<CompilerResults, String>)
See Also