C# 클래스 BlueCollar.Console.InputOptions

파일 보기 프로젝트 열기: ChadBurggraf/blue-collar 1 사용 예제들

공개 메소드들

메소드 설명
Create ( IEnumerable args ) : InputOptions

Creates a new InputOptions instance by parsing the given collection of arguments.

InputOptions ( ) : System

Initializes a new instance of the InputOptions class.

메소드 상세

Create() 공개 정적인 메소드

Creates a new InputOptions instance by parsing the given collection of arguments.
public static Create ( IEnumerable args ) : InputOptions
args IEnumerable The collection of arguments to parse.
리턴 InputOptions

InputOptions() 공개 메소드

Initializes a new instance of the InputOptions class.
public InputOptions ( ) : System
리턴 System