System.ComponentModel.DefaultPropertyAttribute.DefaultPropertyAttribute C# (CSharp) 메소드

DefaultPropertyAttribute() 공개 메소드

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