Click or drag to resize

Generator.ValueTypes Property

Gets or sets the value type definitions to process with the generator.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.12.0.0 (5.12.0)
Syntax
public HashSet<ValueTypeDefinition> ValueTypes { get; set; }

Property Value

Type: HashSet<ValueTypeDefinition>

Implements

IGenerator.ValueTypes
See Also