Метод | Описание | |
---|---|---|
HasFlag ( Char flag ) : System.Boolean |
Checks whether the word has the given flag associated with it.
|
|
HunspellWord ( ) : System |
Creates a new HunspellWord with no associated flags.
|
|
HunspellWord ( Char flags ) : System |
Constructs a new HunspellWord with the given flags.
|
public HasFlag ( Char flag ) : System.Boolean | ||
flag | Char | Flag to check whether it is associated with the word. |
Результат | System.Boolean |
public HunspellWord ( Char flags ) : System | ||
flags | Char | Flags to associate with the word. |
Результат | System |