Antmicro.OptionsParser.NameAttribute.NameAttribute C# (CSharp) Method

NameAttribute() public method

public NameAttribute ( char shortName ) : System
shortName char
return System
        public NameAttribute(char shortName)
            : this(shortName, null)
        {
        }

Same methods

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