C# 클래스 TestHelper.DiagnosticResultLocation

Location where the diagnostic appears, as determined by path, line number, and column number.
파일 보기 프로젝트 열기: ProductiveRage/Bridge.React 1 사용 예제들

공개 메소드들

메소드 설명
DiagnosticResultLocation ( string path, int line, int column ) : Microsoft.CodeAnalysis

메소드 상세

DiagnosticResultLocation() 공개 메소드

public DiagnosticResultLocation ( string path, int line, int column ) : Microsoft.CodeAnalysis
path string
line int
column int
리턴 Microsoft.CodeAnalysis