C# 클래스 Subtext.Arguments

Command Line Parsing Library.
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
Arguments ( string commandLine ) : System
Contains ( string param ) : bool
this ( string param ) : string

메소드 상세

Arguments() 공개 메소드

public Arguments ( string commandLine ) : System
commandLine string
리턴 System

Contains() 공개 메소드

public Contains ( string param ) : bool
param string
리턴 bool

this() 공개 메소드

public this ( string param ) : string
param string
리턴 string