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

DefaultPropertyAttribute() public method

public DefaultPropertyAttribute ( string name ) : System
name string
return System
        public DefaultPropertyAttribute(string name) {
            this.name = name;
        }