C# 클래스 Tidy.Core.Out

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

공개 프로퍼티들

프로퍼티 타입 설명
Encoding CharEncoding
Output System.IO.Stream
State int

공개 메소드들

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

메소드 상세

Newline() 공개 추상적인 메소드

public abstract Newline ( ) : void
리턴 void

Outc() 공개 추상적인 메소드

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

Outc() 공개 추상적인 메소드

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

프로퍼티 상세

Encoding 공개적으로 프로퍼티

public CharEncoding Encoding
리턴 CharEncoding

Output 공개적으로 프로퍼티

public Stream,System.IO Output
리턴 System.IO.Stream

State 공개적으로 프로퍼티

public int State
리턴 int