ComponentConfigurationDictionary Class
Definition
- Assembly
- Sandcastle.Core.dll
This dictionary class is used to hold the third party build component configuration properties for a project such as the Code Block Component.
public class ComponentConfigurationDictionary : Dictionary<string, BuildComponentConfiguration>, IDictionary<string, BuildComponentConfiguration>, ICollection<KeyValuePair<string, BuildComponentConfiguration>>, IReadOnlyDictionary<string, BuildComponentConfiguration>, IReadOnlyCollection<KeyValuePair<string, BuildComponentConfiguration>>, IEnumerable<KeyValuePair<string, BuildComponentConfiguration>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
- Inheritance
-
ComponentConfigurationDictionary
- Implements
Properties
| Comparer | (Inherited from Dictionary<string, BuildComponentConfiguration>) |
| Count | (Inherited from Dictionary<string, BuildComponentConfiguration>) |
| Keys | (Inherited from Dictionary<string, BuildComponentConfiguration>) |
| this[TKey] | (Inherited from Dictionary<string, BuildComponentConfiguration>) |
| Values | (Inherited from Dictionary<string, BuildComponentConfiguration>) |