C# Class AspNetEdit.UI.PropertyEditorTypeAttribute

Inheritance: System.Attribute
Show file Open project: mono/aspeditor Class Usage Examples

Public Methods

Method Description
PropertyEditorTypeAttribute ( Type type ) : System
PropertyEditorTypeAttribute ( Type myType, bool inherits ) : System

Method Details

PropertyEditorTypeAttribute() public method

public PropertyEditorTypeAttribute ( Type type ) : System
type System.Type
return System

PropertyEditorTypeAttribute() public method

public PropertyEditorTypeAttribute ( Type myType, bool inherits ) : System
myType System.Type
inherits bool
return System