In This Article

PropertyGridItemActionHandlerDictionary Class

Represents a dictionary of Type to PropertyGridItemActionHandler objects.

public class PropertyGridItemActionHandlerDictionary : Dictionary<Type, PropertyGridItemActionHandler>, IDictionary<Type, PropertyGridItemActionHandler>, ICollection<KeyValuePair<Type, PropertyGridItemActionHandler>>, IDictionary, ICollection, IReadOnlyDictionary<Type, PropertyGridItemActionHandler>, IReadOnlyCollection<KeyValuePair<Type, PropertyGridItemActionHandler>>, IEnumerable<KeyValuePair<Type, PropertyGridItemActionHandler>>, IEnumerable, ISerializable, IDeserializationCallback
Inheritance:
Object Dictionary<Type, PropertyGridItemActionHandler> Object

Constructors

PropertyGridItemActionHandlerDictionary()

public PropertyGridItemActionHandlerDictionary()

Inherited Members