C# Класс PointTracer.Arguments

Class for wrapping the command-line parameters.
Показать файл Открыть проект

Открытые методы

Метод Описание
Arguments ( ) : System

The default constructor.

Arguments ( Dictionary flags, Dictionary defs ) : System

The constructor, specifying the flags and the default arguments set.

Arguments ( IEnumerable args ) : System

The constructor, specifying the flags and the default arguments set.

Arguments ( IEnumerable flags, IEnumerable defs ) : System

The constructor, specifying the flags and the default arguments set.

Приватные методы

Метод Описание
AddDefault ( IEnumerable defs ) : void
AddFlags ( IEnumerable flags ) : void

Описание методов

Arguments() публичный Метод

The default constructor.
public Arguments ( ) : System
Результат System

Arguments() публичный Метод

The constructor, specifying the flags and the default arguments set.
public Arguments ( Dictionary flags, Dictionary defs ) : System
flags Dictionary The flags
defs Dictionary The default arguments
Результат System

Arguments() публичный Метод

The constructor, specifying the flags and the default arguments set.
public Arguments ( IEnumerable args ) : System
args IEnumerable The argument strings.
Результат System

Arguments() публичный Метод

The constructor, specifying the flags and the default arguments set.
public Arguments ( IEnumerable flags, IEnumerable defs ) : System
flags IEnumerable The flags
defs IEnumerable The default arguments
Результат System