class ConfigurationItemList


Base class:

Dictionary<TKey,TValue>

Implemented interfaces:

IDictionary<TKey,TValue>
ICollection<T>
IEnumerable<T>
IEnumerable
IDictionary
ICollection
IReadOnlyDictionary<TKey,TValue>
IReadOnlyCollection<T>
ISerializable
IDeserializationCallback
ICustomTypeDescriptor
INotifyPropertyChanged

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

ConfigurationItemList ()


ConfigurationItemList (IEnumerable<ConfigurationItem> items)


Properties

IEqualityComparer<Guid> Comparer { get; }


Int32 Count { get; }


ConfigurationItem Item { get; set; }