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

OptionAttribute() public méthode

public OptionAttribute ( string longName ) : System
longName string
Résultat System
        public OptionAttribute(string longName)
            : this(longName, '\0')
        {
        }

Same methods

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