C# Class ICSharpCode.NRefactory.CSharp.Refactoring.TypeParameterNotUsedIssue.GatherVisitor

Inheritance: GatherVisitorBase
Afficher le fichier Open project: mono-soc-2012/NRefactory

Méthodes publiques

Méthode Description
GatherVisitor ( BaseRefactoringContext ctx, CompilationUnit unit ) : System.Collections.Generic
VisitTypeParameterDeclaration ( TypeParameterDeclaration decl ) : void

Method Details

GatherVisitor() public méthode

public GatherVisitor ( BaseRefactoringContext ctx, CompilationUnit unit ) : System.Collections.Generic
ctx BaseRefactoringContext
unit CompilationUnit
Résultat System.Collections.Generic

VisitTypeParameterDeclaration() public méthode

public VisitTypeParameterDeclaration ( TypeParameterDeclaration decl ) : void
decl TypeParameterDeclaration
Résultat void