In This Article

PropertyGridItemActionHandlerDictionary Class

Represents a dictionary of Type to PropertyGridItemActionHandler objects.

public class PropertyGridItemActionHandlerDictionary : Dictionary<Type, PropertyGridItemActionHandler>
Inheritance:
object Dictionary<Type, PropertyGridItemActionHandler> object

Constructors

PropertyGridItemActionHandlerDictionary()

Initializes an instance of the class.

public PropertyGridItemActionHandlerDictionary()

Inherited Members