C# 클래스 NRegex.Replacer.TextWriterTextBuffer

상속: TextBuffer
파일 보기 프로젝트 열기: olabini/nregex

공개 메소드들

메소드 설명
Append ( char c ) : void
Append ( char chars, int off, int len ) : void
Append ( string s ) : void
TextWriterTextBuffer ( TextWriter writer ) : System

메소드 상세

Append() 공개 메소드

public Append ( char c ) : void
c char
리턴 void

Append() 공개 메소드

public Append ( char chars, int off, int len ) : void
chars char
off int
len int
리턴 void

Append() 공개 메소드

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

TextWriterTextBuffer() 공개 메소드

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