C# 클래스 NCop.Core.MethodComparer

파일 보기 프로젝트 열기: sagifogel/NCop

공개 메소드들

메소드 설명
IsMatchedTo ( this firstMethod, MethodInfo secondMethod ) : bool
MatchParameter ( ParameterInfo firstParameter, ParameterInfo secondParameter ) : bool
MatchParameters ( ParameterInfo firstParameters, ParameterInfo secondParameters ) : bool
MatchReturnType ( Type firstReturnType, Type secondReturnType ) : bool

메소드 상세

IsMatchedTo() 공개 정적인 메소드

public static IsMatchedTo ( this firstMethod, MethodInfo secondMethod ) : bool
firstMethod this
secondMethod System.Reflection.MethodInfo
리턴 bool

MatchParameter() 공개 정적인 메소드

public static MatchParameter ( ParameterInfo firstParameter, ParameterInfo secondParameter ) : bool
firstParameter System.Reflection.ParameterInfo
secondParameter System.Reflection.ParameterInfo
리턴 bool

MatchParameters() 공개 정적인 메소드

public static MatchParameters ( ParameterInfo firstParameters, ParameterInfo secondParameters ) : bool
firstParameters System.Reflection.ParameterInfo
secondParameters System.Reflection.ParameterInfo
리턴 bool

MatchReturnType() 공개 정적인 메소드

public static MatchReturnType ( Type firstReturnType, Type secondReturnType ) : bool
firstReturnType System.Type
secondReturnType System.Type
리턴 bool