C# 클래스 PointTracer.Arguments

Class for wrapping the command-line parameters.
파일 보기 프로젝트 열기: Temoto-kun/school-stuff

공개 메소드들

메소드 설명
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