C# 클래스 ICSharpCode.NRefactory.CSharp.Refactoring.ReferenceEqualsCalledWithValueTypeIssue.GatherVisitor

상속: GatherVisitorBase
파일 보기 프로젝트 열기: sq/ILSpy-JSIL

공개 메소드들

메소드 설명
GatherVisitor ( BaseRefactoringContext ctx ) : System.Collections.Generic
VisitInvocationExpression ( InvocationExpression invocationExpression ) : void

메소드 상세

GatherVisitor() 공개 메소드

public GatherVisitor ( BaseRefactoringContext ctx ) : System.Collections.Generic
ctx BaseRefactoringContext
리턴 System.Collections.Generic

VisitInvocationExpression() 공개 메소드

public VisitInvocationExpression ( InvocationExpression invocationExpression ) : void
invocationExpression InvocationExpression
리턴 void