C# 클래스 PhotonWire.Analyzer.ContextReporter

파일 보기 프로젝트 열기: neuecc/PhotonWire 1 사용 예제들

공개 메소드들

메소드 설명
ContextReporter ( ) : System
ContextReporter ( SyntaxNodeAnalysisContext context ) : System
ReportDiagnostic ( Diagnostic diagnostic ) : void

메소드 상세

ContextReporter() 공개 메소드

public ContextReporter ( ) : System
리턴 System

ContextReporter() 공개 메소드

public ContextReporter ( SyntaxNodeAnalysisContext context ) : System
context SyntaxNodeAnalysisContext
리턴 System

ReportDiagnostic() 공개 메소드

public ReportDiagnostic ( Diagnostic diagnostic ) : void
diagnostic Diagnostic
리턴 void