Click or drag to resize
GeneratorGetDependentUponFilenamesStoreFromCache 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.3.0.0 (5.3.0)
Syntax
public Dictionary<string, string> GetDependentUponFilenamesStoreFromCache()

Return Value

Type: DictionaryString, String
The cache container for dependentupon files or null if not found

Implements

IGeneratorGetDependentUponFilenamesStoreFromCache
See Also