C# 클래스 Isop.CommandLine.Parse.RecognizedArgument

파일 보기 프로젝트 열기: wallymathieu/isop

공개 메소드들

메소드 설명
AsKeyValuePair ( ) : string>.KeyValuePair
Equals ( object obj ) : bool
GetHashCode ( ) : int
Matches ( Parameter paramInfo ) : bool
Matches ( PropertyInfo prop ) : bool
RecognizedArgument ( Argument argumentWithOptions, int index, string argument, string value = null ) : System.Collections.Generic

메소드 상세

AsKeyValuePair() 공개 메소드

public AsKeyValuePair ( ) : string>.KeyValuePair
리턴 string>.KeyValuePair

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Matches() 공개 메소드

public Matches ( Parameter paramInfo ) : bool
paramInfo Isop.Domain.Parameter
리턴 bool

Matches() 공개 메소드

public Matches ( PropertyInfo prop ) : bool
prop System.Reflection.PropertyInfo
리턴 bool

RecognizedArgument() 공개 메소드

public RecognizedArgument ( Argument argumentWithOptions, int index, string argument, string value = null ) : System.Collections.Generic
argumentWithOptions Isop.Domain.Argument
index int
argument string
value string
리턴 System.Collections.Generic