ExportDictionary

DictionaryBase.ExportDictionary method

Exports the dictionary to a file with the specified name.

public void ExportDictionary(string filePath)
Parameter Type Description
filePath String The file to export to.

See Also