Click or drag to resize
GeneratorCreateDestinationFilenamesStoreInCache Method
Creates the destination filenames store in cache under the key 'destinationFilenames' if it's not already there. The store is a List(Of string) object.

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 CreateDestinationFilenamesStoreInCache()

Implements

IGeneratorCreateDestinationFilenamesStoreInCache
See Also