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