C# 클래스 Subtext.Framework.Util.CharQueue

파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

공개 메소드들

메소드 설명
CharQueue ( int length ) : System
Dequeue ( ) : char
Enqueue ( char x ) : void
Holds ( string value ) : bool
Holds ( string value, System.StringComparison comparisonType ) : bool
ToString ( ) : string
ToString ( int length ) : string
this ( int i ) : char

보호된 메소드들

메소드 설명
CharQueue ( ) : System

메소드 상세

CharQueue() 보호된 메소드

protected CharQueue ( ) : System
리턴 System

CharQueue() 공개 메소드

public CharQueue ( int length ) : System
length int
리턴 System

Dequeue() 공개 메소드

public Dequeue ( ) : char
리턴 char

Enqueue() 공개 메소드

public Enqueue ( char x ) : void
x char
리턴 void

Holds() 공개 메소드

public Holds ( string value ) : bool
value string
리턴 bool

Holds() 공개 메소드

public Holds ( string value, System.StringComparison comparisonType ) : bool
value string
comparisonType System.StringComparison
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( int length ) : string
length int
리턴 string

this() 공개 메소드

public this ( int i ) : char
i int
리턴 char