In This Article

PropertyGridItemActionHandlerDictionary Class

Represents a dictionary of System.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:
System.Object System.Collections.Generic.Dictionary<System.Type, PropertyGridItemActionHandler> Object

Constructors

PropertyGridItemActionHandlerDictionary()

public PropertyGridItemActionHandlerDictionary()

Inherited Members

  • System.Object.ToString()
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object, System.Object)
  • System.Object.ReferenceEquals(System.Object, System.Object)
  • System.Object.GetHashCode()
  • System.Object.GetType()
  • System.Object.MemberwiseClone()