Patcher.UI.CommandLine.DescriptionAttribute.DescriptionAttribute C# (CSharp) Метод

DescriptionAttribute() публичный Метод

public DescriptionAttribute ( string text ) : System
text string
Результат System
        public DescriptionAttribute(string text)
        {
            this.text = text;
        }
DescriptionAttribute