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

CommandLineOptionDescriptor() private method

private CommandLineOptionDescriptor ( ) : System
return System
        private CommandLineOptionDescriptor()
        {
            Delimiter = ';';
        }

Same methods

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