Antmicro.OptionsParser.CommandLineOptionDescriptor.CommandLineOptionDescriptor C# (CSharp) Méthode

CommandLineOptionDescriptor() private méthode

private CommandLineOptionDescriptor ( ) : System
Résultat 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