Method ReadToEnd
ReadToEnd()
Reads all locale entries from the current position to the end of the file.
Declaration
public List<LocaleEntry> ReadToEnd()
Returns
| Type | Description |
|---|---|
| List<LocaleEntry> | The rest of the file as a list of locale entries, from the current position to the end. If the current position is at the end of the file, returns an empty list. |
Exceptions
| Type | Condition |
|---|---|
| ObjectDisposedException |