C# 클래스 CK.WordPredictor.TokenCollection

상속: ITokenCollection
파일 보기 프로젝트 열기: Invenietis/ck-certified 1 사용 예제들

공개 메소드들

메소드 설명
Contains ( object item ) : bool
GetEnumerator ( ) : IEnumerator
IndexOf ( object item ) : int
TokenCollection ( ) : System.Collections.Generic
this ( int index ) : IToken

비공개 메소드들

메소드 설명
Add ( string token ) : void
AddRange ( string tokens ) : void
AddRange ( string tokens, bool raiseCollectionChange ) : void
Clear ( ) : void
Clear ( bool raiseCollectionChange ) : void
InsertAt ( int insertionPoint, string token ) : void
System ( ) : System.Collections.IEnumerator

메소드 상세

Contains() 공개 메소드

public Contains ( object item ) : bool
item object
리턴 bool

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

public IndexOf ( object item ) : int
item object
리턴 int

TokenCollection() 공개 메소드

public TokenCollection ( ) : System.Collections.Generic
리턴 System.Collections.Generic

this() 공개 메소드

public this ( int index ) : IToken
index int
리턴 IToken