C# Class Gendarme.Rules.Design.Generic.AvoidMethodWithUnusedGenericTypeRule

Inheritance: Gendarme.Framework.Rule, IMethodRule
Afficher le fichier Open project: remobjects/mono-tools

Méthodes publiques

Méthode Description
CheckMethod ( Mono.Cecil.MethodDefinition method ) : RuleResult

Private Methods

Méthode Description
FindGenericType ( IGenericInstance git, string nameSpace, string name ) : bool
IsGenericParameter ( object obj, string nameSpace, string name ) : bool
IsGenericType ( TypeReference type, string nspace, string name ) : bool

Method Details

CheckMethod() public méthode

public CheckMethod ( Mono.Cecil.MethodDefinition method ) : RuleResult
method Mono.Cecil.MethodDefinition
Résultat RuleResult