Click or drag to resize

Generator.GetDependentUponFilenamesStoreFromCache Method

Gets the dependent upon filenames store from the task cache.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public Dictionary<string, string> GetDependentUponFilenamesStoreFromCache()

Return Value

Type: Dictionary<String, String>
The cache container for dependentupon files or null if not found

Implements

IGenerator.GetDependentUponFilenamesStoreFromCache()
See Also