C# 클래스 Gendarme.Rules.Design.Generic.AvoidMethodWithUnusedGenericTypeRule

상속: Gendarme.Framework.Rule, IMethodRule
파일 보기 프로젝트 열기: remobjects/mono-tools

공개 메소드들

메소드 설명
CheckMethod ( Mono.Cecil.MethodDefinition method ) : RuleResult

비공개 메소드들

메소드 설명
FindGenericType ( IGenericInstance git, string nameSpace, string name ) : bool
IsGenericParameter ( object obj, string nameSpace, string name ) : bool
IsGenericType ( TypeReference type, string nspace, string name ) : bool

메소드 상세

CheckMethod() 공개 메소드

public CheckMethod ( Mono.Cecil.MethodDefinition method ) : RuleResult
method Mono.Cecil.MethodDefinition
리턴 RuleResult