C# 클래스 FirstFloor.ModernUI.Windows.Controls.BbCode.CharBuffer

Represents a character buffer.
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
CharBuffer ( [ value ) : System

Initializes a new instance of the T:CharBuffer class.

Consume ( ) : void

Consumes the next character.

Keep ( ) : void
La ( int count ) : char

Performs a look-ahead.

Mark ( ) : void

Marks the current _position.

Restore ( ) : void

비공개 메소드들

메소드 설명
GetMark ( ) : string

메소드 상세

CharBuffer() 공개 메소드

Initializes a new instance of the T:CharBuffer class.
public CharBuffer ( [ value ) : System
value [ The _value.
리턴 System

Consume() 공개 메소드

Consumes the next character.
public Consume ( ) : void
리턴 void

Keep() 공개 메소드

public Keep ( ) : void
리턴 void

La() 공개 메소드

Performs a look-ahead.
public La ( int count ) : char
count int The number of character to look ahead.
리턴 char

Mark() 공개 메소드

Marks the current _position.
public Mark ( ) : void
리턴 void

Restore() 공개 메소드

public Restore ( ) : void
리턴 void