C# Class FluentSpec.Classes.MethodInfoExtensions

Afficher le fichier Open project: msuarz/fluentspec

Méthodes publiques

Méthode Description
IsGetter ( this MethodInfo ) : bool
IsProperty ( this MethodInfo ) : bool
IsSetter ( this MethodInfo ) : bool

Method Details

IsGetter() public static méthode

public static IsGetter ( this MethodInfo ) : bool
MethodInfo this
Résultat bool

IsProperty() public static méthode

public static IsProperty ( this MethodInfo ) : bool
MethodInfo this
Résultat bool

IsSetter() public static méthode

public static IsSetter ( this MethodInfo ) : bool
MethodInfo this
Résultat bool