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

NameAttribute() public method

public NameAttribute ( char shortName, string longName ) : System
shortName char
longName string
return System
        public NameAttribute(char shortName, string longName)
        {
            ShortName = shortName;
            LongName = longName;
        }

Same methods

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