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

CommandLineOptionDescriptor() public method

public CommandLineOptionDescriptor ( char shortName, Type type ) : System
shortName char
type System.Type
return System
        public CommandLineOptionDescriptor(char shortName, Type type)
            : this(shortName, null, type)
        {
        }

Same methods

CommandLineOptionDescriptor::CommandLineOptionDescriptor ( ) : System
CommandLineOptionDescriptor::CommandLineOptionDescriptor ( PropertyInfo pinfo ) : System
CommandLineOptionDescriptor::CommandLineOptionDescriptor ( char shortName, string longName, Type type ) : System
CommandLineOptionDescriptor::CommandLineOptionDescriptor ( string longName, Type type ) : System
CommandLineOptionDescriptor