Antmicro.OptionsParser.CommandLineOptionDescriptor.CommandLineOptionDescriptor C# (CSharp) 메소드

CommandLineOptionDescriptor() 개인적인 메소드

private CommandLineOptionDescriptor ( ) : System
리턴 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