C# 클래스 Tp.Web.Extensions.Components.PushBackTextReader

Not a real text reader, but still is very handy.
상속: IDisposable
파일 보기 프로젝트 열기: TargetProcess/Tp.HelpDesk 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Match ( string s ) : bool
Push ( char s ) : void
Push ( string s ) : void
PushBackTextReader ( TextReader reader ) : System
Read ( ) : bool
Read ( int count ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Match() 공개 메소드

public Match ( string s ) : bool
s string
리턴 bool

Push() 공개 메소드

public Push ( char s ) : void
s char
리턴 void

Push() 공개 메소드

public Push ( string s ) : void
s string
리턴 void

PushBackTextReader() 공개 메소드

public PushBackTextReader ( TextReader reader ) : System
reader TextReader
리턴 System

Read() 공개 메소드

public Read ( ) : bool
리턴 bool

Read() 공개 메소드

public Read ( int count ) : bool
count int
리턴 bool