Patcher.UI.CommandLine.DescriptionAttribute.DescriptionAttribute C# (CSharp) Method

DescriptionAttribute() public method

public DescriptionAttribute ( string text ) : System
text string
return System
        public DescriptionAttribute(string text)
        {
            this.text = text;
        }
DescriptionAttribute