Method RemoveEntry
RemoveEntry(int)
Removes the entry with the specified ID.
Declaration
public bool RemoveEntry(int id)
Parameters
| Type | Name | Description |
|---|---|---|
| int | id | The ID of the locale entry to remove. |
Returns
| Type | Description |
|---|---|
| bool |
Remarks
The stored entries can be written with any of the WriteEntries() methods.
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException |