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

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

public OptionAttribute ( string longName ) : System
longName string
Результат System
        public OptionAttribute(string longName)
            : this(longName, '\0')
        {
        }

Same methods

OptionAttribute::OptionAttribute ( string longName, char shortName ) : System
OptionAttribute