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

UsageAttribute() public method

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