Метод | Описание | |
---|---|---|
Add ( string word, int frequency ) : void | ||
Contains ( string word ) : bool | ||
LoadFrom ( Stream input ) : |
||
Remove ( string word ) : void | ||
SaveTo ( Stream output ) : void | ||
WordDict ( ) : System |
Метод | Описание | |
---|---|---|
AddInternal ( string word, int frequency ) : void |
public Add ( string word, int frequency ) : void | ||
word | string | |
frequency | int | |
Результат | void |
public static LoadFrom ( Stream input ) : |
||
input | Stream | |
Результат |