Patcher.UI.CommandLine.UsageAttribute.UsageAttribute C# (CSharp) Méthode

UsageAttribute() public méthode

public UsageAttribute ( string text ) : System
text string
Résultat System
        public UsageAttribute(string text)
        {
            this.text = text;
        }
UsageAttribute