Click or drag to resize

ConfigSet.Configs Property

The collection of configurations.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.7.1
Syntax
C#
public Dictionary<ConfigSection, IConfig> Configs { get; }

Property Value

Dictionary<ConfigSection, IConfig>
See Also