Click or drag to resize
GeneratorAddFilePairToDependentUponFilesCache Method
Adds the file pair to dependent upon files cache.

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 AddFilePairToDependentUponFilesCache(
	string fromFile,
	string toFile
)

Parameters

fromFile
Type: SystemString
the file depending on 'toFile'.
toFile
Type: SystemString
the file onto which 'fromFile' depends.

Implements

IGeneratorAddFilePairToDependentUponFilesCache(String, String)
See Also