| GeneratorTaskCache Property  | 
 
            The cache with key-value pairs which is accessable for all performed tasks. The cache can be used to
            pass data (for example task results) to other tasks.
            
 
    Namespace: 
   SD.LLBLGen.Pro.GeneratorCore
    Assembly:
   SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic Hashtable TaskCache { get; }Public ReadOnly Property TaskCache As Hashtable
	Get
Property Value
Type: 
HashtableImplements
IGeneratorTaskCache
See Also