Méthode | Description | |
---|---|---|
Add ( string word, int frequency ) : void | ||
Contains ( string word ) : bool | ||
LoadFrom ( Stream input ) : |
||
Remove ( string word ) : void | ||
SaveTo ( Stream output ) : void | ||
WordDict ( ) : System |
Méthode | Description | |
---|---|---|
AddInternal ( string word, int frequency ) : void |
public Add ( string word, int frequency ) : void | ||
word | string | |
frequency | int | |
Résultat | void |
public static LoadFrom ( Stream input ) : |
||
input | Stream | |
Résultat |