Click or drag to resize
Generator.AddFilePairToDependentUponFilesCache 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.2.0.0 (5.2.17.0403)
Syntax
public void AddFilePairToDependentUponFilesCache(
	string fromFile,
	string toFile
)

Parameters

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

Implements

IGenerator.AddFilePairToDependentUponFilesCache(String, String)
See Also