C# 클래스 XSpect.CommandlineParser

파일 보기 프로젝트 열기: takeshik/yacq

공개 메소드들

메소드 설명
Option ( String id, System.Boolean allowValue = false, String description = "", IEnumerable shortNames = null ) : CommandlineOption
Parse ( IEnumerable args, IEnumerable options ) : String>.ILookup
Parse ( String args ) : String>.ILookup

비공개 메소드들

메소드 설명
MakeTuple ( CommandlineOption option, String value ) : String>.Tuple
MakeTuple ( CommandlineOption>.IDictionary map, String key, String>.Func valueGenerator ) : String>.Tuple

메소드 상세

Option() 공개 정적인 메소드

public static Option ( String id, System.Boolean allowValue = false, String description = "", IEnumerable shortNames = null ) : CommandlineOption
id String
allowValue System.Boolean
description String
shortNames IEnumerable
리턴 CommandlineOption

Parse() 공개 정적인 메소드

public static Parse ( IEnumerable args, IEnumerable options ) : String>.ILookup
args IEnumerable
options IEnumerable
리턴 String>.ILookup

Parse() 공개 정적인 메소드

public static Parse ( String args ) : String>.ILookup
args String
리턴 String>.ILookup