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

Inheritance: GatherVisitorBase
显示文件 Open project: mono-soc-2012/NRefactory

Public Methods

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

Method Details

GatherVisitor() public method

public GatherVisitor ( BaseRefactoringContext ctx, CompilationUnit unit ) : System.Collections.Generic
ctx BaseRefactoringContext
unit CompilationUnit
return System.Collections.Generic

VisitTypeParameterDeclaration() public method

public VisitTypeParameterDeclaration ( TypeParameterDeclaration decl ) : void
decl TypeParameterDeclaration
return void