C# Класс Gendarme.Rules.Design.Generic.AvoidMethodWithUnusedGenericTypeRule

Наследование: Gendarme.Framework.Rule, IMethodRule
Показать файл Открыть проект

Открытые методы

Метод Описание
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