C# 클래스 FluentSpec.Classes.MethodInfoExtensions

파일 보기 프로젝트 열기: msuarz/fluentspec

공개 메소드들

메소드 설명
IsGetter ( this MethodInfo ) : bool
IsProperty ( this MethodInfo ) : bool
IsSetter ( this MethodInfo ) : bool

메소드 상세

IsGetter() 공개 정적인 메소드

public static IsGetter ( this MethodInfo ) : bool
MethodInfo this
리턴 bool

IsProperty() 공개 정적인 메소드

public static IsProperty ( this MethodInfo ) : bool
MethodInfo this
리턴 bool

IsSetter() 공개 정적인 메소드

public static IsSetter ( this MethodInfo ) : bool
MethodInfo this
리턴 bool