Patcher.UI.CommandLine.UsageAttribute.UsageAttribute C# (CSharp) 메소드

UsageAttribute() 공개 메소드

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