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

NameAttribute() public method

public NameAttribute ( string longName ) : System
longName string
return System
        public NameAttribute(string longName)
            : this(Tokenizer.NullCharacter, longName)
        {
        }

Same methods

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