AspNetEdit.UI.PropertyEditorTypeAttribute.PropertyEditorTypeAttribute C# (CSharp) 메소드

PropertyEditorTypeAttribute() 공개 메소드

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

Same methods

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