C# 클래스 Tidy.Core.OutImpl

Output Stream Implementation (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.cs for the copyright notice. Derived from HTML Tidy Release 4 Aug 2000
상속: Out
파일 보기 프로젝트 열기: r1pper/TidyNetPortable 1 사용 예제들

공개 메소드들

메소드 설명
Newline ( ) : void
Outc ( int c ) : void
Outc ( sbyte c ) : void

비공개 메소드들

메소드 설명
OutImpl ( ) : System

메소드 상세

Newline() 공개 메소드

public Newline ( ) : void
리턴 void

Outc() 공개 메소드

public Outc ( int c ) : void
c int
리턴 void

Outc() 공개 메소드

public Outc ( sbyte c ) : void
c sbyte
리턴 void