System.ComponentModel.EditorAttribute.EditorAttribute C# (CSharp) Method

EditorAttribute() public method

public EditorAttribute ( Type type, Type baseType ) : System.Diagnostics
type Type
baseType Type
return System.Diagnostics
        public EditorAttribute(Type type, Type baseType) {
            this.typeName = type.AssemblyQualifiedName;
            this.baseTypeName = baseType.AssemblyQualifiedName;
        }

Same methods

EditorAttribute::EditorAttribute ( ) : System.Diagnostics
EditorAttribute::EditorAttribute ( string typeName, Type baseType ) : System.Diagnostics
EditorAttribute::EditorAttribute ( string typeName, string baseTypeName ) : System.Diagnostics