AspNetEdit.UI.PropertyEditorTypeAttribute.PropertyEditorTypeAttribute C# (CSharp) Method

PropertyEditorTypeAttribute() public method

public PropertyEditorTypeAttribute ( Type type ) : System
type System.Type
return System
        public PropertyEditorTypeAttribute(Type type)
        {
            this.type = type;
        }

Same methods

PropertyEditorTypeAttribute::PropertyEditorTypeAttribute ( Type myType, bool inherits ) : System
PropertyEditorTypeAttribute