ReflectionDataSetDictionary Class
Definition
- Namespace
- Sandcastle.Core.Reflection
- Assembly
- Sandcastle.Core.dll
This dictionary contains reflection data settings for the various .NET Framework platforms and versions
public sealed class ReflectionDataSetDictionary : Dictionary<string, ReflectionDataSet>, IDictionary<string, ReflectionDataSet>, ICollection<KeyValuePair<string, ReflectionDataSet>>, IReadOnlyDictionary<string, ReflectionDataSet>, IReadOnlyCollection<KeyValuePair<string, ReflectionDataSet>>, IEnumerable<KeyValuePair<string, ReflectionDataSet>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
- Inheritance
-
ReflectionDataSetDictionary
- Implements
Constructors
| ReflectionDataSetDictionary(IEnumerable<string>) |
Constructor |
Properties
| Comparer | (Inherited from Dictionary<string, ReflectionDataSet>) |
| Count | (Inherited from Dictionary<string, ReflectionDataSet>) |
| DefaultFrameworkTitle |
This read-only property is used to get the title of the default framework version to use |
| Keys | (Inherited from Dictionary<string, ReflectionDataSet>) |
| this[TKey] | (Inherited from Dictionary<string, ReflectionDataSet>) |
| Values | (Inherited from Dictionary<string, ReflectionDataSet>) |