AspNetEdit.UI.PropertyEditorTypeAttribute.PropertyEditorTypeAttribute C# (CSharp) Méthode

PropertyEditorTypeAttribute() public méthode

public PropertyEditorTypeAttribute ( Type type ) : System
type System.Type
Résultat System
        public PropertyEditorTypeAttribute(Type type)
        {
            this.type = type;
        }

Same methods

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