BGC.Parameters.PropertyChoiceInfoAttribute.PropertyChoiceInfoAttribute C# (CSharp) 메소드

PropertyChoiceInfoAttribute() 공개 메소드

public PropertyChoiceInfoAttribute ( string text ) : System
text string
리턴 System
        public PropertyChoiceInfoAttribute(string text)
        {
            this.text = text;
        }
    }
PropertyChoiceInfoAttribute