Method Save
Save(string)
Saves the dictionary to a file.
Declaration
public void Save(string filename)
Parameters
Type | Name | Description |
---|---|---|
string | filename | Filename for the dictionary (including full path). |
Saves the dictionary to a file.
public void Save(string filename)
Type | Name | Description |
---|---|---|
string | filename | Filename for the dictionary (including full path). |