Method Load
Load(string)
Loads a dictionary into memory.
Declaration
public void Load(string filename)
Parameters
Type | Name | Description |
---|---|---|
string | filename | Filename to load (including the full access path). |
Exceptions
Type | Condition |
---|---|
Sdk2Exception | If method fails to load given the file. |