C# Class CK.WordPredictor.TokenCollection

Inheritance: ITokenCollection
Afficher le fichier Open project: Invenietis/ck-certified Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( object item ) : bool
GetEnumerator ( ) : IEnumerator
IndexOf ( object item ) : int
TokenCollection ( ) : System.Collections.Generic
this ( int index ) : IToken

Private Methods

Méthode Description
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

Method Details

Contains() public méthode

public Contains ( object item ) : bool
item object
Résultat bool

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( object item ) : int
item object
Résultat int

TokenCollection() public méthode

public TokenCollection ( ) : System.Collections.Generic
Résultat System.Collections.Generic

this() public méthode

public this ( int index ) : IToken
index int
Résultat IToken