Свойство | Type | Description | |
---|---|---|---|
id | uint | ||
text | string |
Méthode | Description | |
---|---|---|
DumpedWord ( |
Initializes a new instance of the DumpedWord class.
|
|
DumpedWord ( uint id, string text ) : System |
Initializes a new instance of the DumpedWord class.
|
public DumpedWord ( |
||
word | The word to extract the information from. | |
Résultat | System |
public DumpedWord ( uint id, string text ) : System | ||
id | uint | The unique word ID. |
text | string | The word culture-invariant lowercase text. |
Résultat | System |