Click or drag to resize

PresetManager.KnownPresets Property

Gets the known presets

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public Dictionary<string, Preset> KnownPresets { get; }

Property Value

Type: Dictionary<String, Preset>
See Also