C# 클래스 Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.Writing.LineModeLsifJsonWriter

An ILsifJsonWriter that writes in LsifFormat.Line.
상속: ILsifJsonWriter
파일 보기 프로젝트 열기: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis

공개 메소드들

메소드 설명
LineModeLsifJsonWriter ( TextWriter outputWriter ) : System.IO
Write ( Element element ) : void

메소드 상세

LineModeLsifJsonWriter() 공개 메소드

public LineModeLsifJsonWriter ( TextWriter outputWriter ) : System.IO
outputWriter TextWriter
리턴 System.IO

Write() 공개 메소드

public Write ( Element element ) : void
element Element
리턴 void