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

Inheritance: Gendarme.Framework.Rule, IMethodRule
ファイルを表示 Open project: remobjects/mono-tools

Public Methods

Method Description
CheckMethod ( Mono.Cecil.MethodDefinition method ) : RuleResult

Private Methods

Method 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 method

public CheckMethod ( Mono.Cecil.MethodDefinition method ) : RuleResult
method Mono.Cecil.MethodDefinition
return RuleResult