This dictionary class is used to hold the third party build component configuration properties for a project such as the Code Block Component.

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0

Syntax

C#
[SerializableAttribute]
public class ComponentConfigurationDictionary : Dictionary<string, BuildComponentConfiguration>
Visual Basic
<SerializableAttribute> _
Public Class ComponentConfigurationDictionary _
	Inherits Dictionary(Of String, BuildComponentConfiguration)

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..Dictionary<(Of <(<'String, BuildComponentConfiguration>)>)>
    SandcastleBuilder.Utils.BuildComponent..::..ComponentConfigurationDictionary

See Also