C# Class NCop.Core.MethodComparer

Afficher le fichier Open project: sagifogel/NCop

Méthodes publiques

Méthode Description
IsMatchedTo ( this firstMethod, MethodInfo secondMethod ) : bool
MatchParameter ( ParameterInfo firstParameter, ParameterInfo secondParameter ) : bool
MatchParameters ( ParameterInfo firstParameters, ParameterInfo secondParameters ) : bool
MatchReturnType ( Type firstReturnType, Type secondReturnType ) : bool

Method Details

IsMatchedTo() public static méthode

public static IsMatchedTo ( this firstMethod, MethodInfo secondMethod ) : bool
firstMethod this
secondMethod System.Reflection.MethodInfo
Résultat bool

MatchParameter() public static méthode

public static MatchParameter ( ParameterInfo firstParameter, ParameterInfo secondParameter ) : bool
firstParameter System.Reflection.ParameterInfo
secondParameter System.Reflection.ParameterInfo
Résultat bool

MatchParameters() public static méthode

public static MatchParameters ( ParameterInfo firstParameters, ParameterInfo secondParameters ) : bool
firstParameters System.Reflection.ParameterInfo
secondParameters System.Reflection.ParameterInfo
Résultat bool

MatchReturnType() public static méthode

public static MatchReturnType ( Type firstReturnType, Type secondReturnType ) : bool
firstReturnType System.Type
secondReturnType System.Type
Résultat bool