C# Class FluentSpec.Classes.MethodInfoExtensions

Show file Open project: msuarz/fluentspec

Public Methods

Method Description
IsGetter ( this MethodInfo ) : bool
IsProperty ( this MethodInfo ) : bool
IsSetter ( this MethodInfo ) : bool

Method Details

IsGetter() public static method

public static IsGetter ( this MethodInfo ) : bool
MethodInfo this
return bool

IsProperty() public static method

public static IsProperty ( this MethodInfo ) : bool
MethodInfo this
return bool

IsSetter() public static method

public static IsSetter ( this MethodInfo ) : bool
MethodInfo this
return bool