Click or drag to resize
GeneratorTypedLists Property
Gets / sets typedLists to process with the generator.

Namespace: SD.LLBLGen.Pro.GeneratorCore
Assembly: SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public HashSet<TypedListDefinition> TypedLists { get; set; }

Property Value

Type: HashSetTypedListDefinition

Implements

IGeneratorTypedLists
See Also