C# 클래스 AlphaTab.SvgDump.Program.EntitizingXmlWriter

This writer properly writes escaped entities for attributes.
상속: System.Xml.XmlTextWriter
파일 보기 프로젝트 열기: CoderLine/alphaTab

공개 메소드들

메소드 설명
EntitizingXmlWriter ( TextWriter writer ) : System
WriteString ( string text ) : void

메소드 상세

EntitizingXmlWriter() 공개 메소드

public EntitizingXmlWriter ( TextWriter writer ) : System
writer System.IO.TextWriter
리턴 System

WriteString() 공개 메소드

public WriteString ( string text ) : void
text string
리턴 void