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

OptionAttribute() public method

public OptionAttribute ( string longName ) : System
longName string
return System
        public OptionAttribute(string longName)
            : this(longName, '\0')
        {
        }

Same methods

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