C# 클래스 Isop.Parse.RecognizedArgument

파일 보기 프로젝트 열기: Lundalogik/isop 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
Matches ( ParameterInfo paramInfo ) : bool
Matches ( PropertyInfo prop ) : bool
RecognizedArgument ( ArgumentWithOptions argumentWithOptions, int index, string argument, string value = null ) : System.Reflection

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Matches() 공개 메소드

public Matches ( ParameterInfo paramInfo ) : bool
paramInfo System.Reflection.ParameterInfo
리턴 bool

Matches() 공개 메소드

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

RecognizedArgument() 공개 메소드

public RecognizedArgument ( ArgumentWithOptions argumentWithOptions, int index, string argument, string value = null ) : System.Reflection
argumentWithOptions ArgumentWithOptions
index int
argument string
value string
리턴 System.Reflection