C# 클래스 logv.host.GenericCommandLineParser

파일 보기 프로젝트 열기: coolya/logv.http

공개 메소드들

메소드 설명
Parse ( IEnumerable parameters ) : void
SetUp ( string param, System.Action setter ) : void
SetUp ( string param, Action setter ) : void

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( IEnumerable parameters ) : void
parameters IEnumerable
리턴 void

SetUp() 공개 정적인 메소드

public static SetUp ( string param, System.Action setter ) : void
param string
setter System.Action
리턴 void

SetUp() 공개 정적인 메소드

public static SetUp ( string param, Action setter ) : void
param string
setter Action
리턴 void