'Declaration Public Overloads Sub Load( _ ByVal path As String, _ ByVal defaultSectionName As String _ )
'Usage Dim instance As ImGearRecUserDictionary Dim path As String Dim defaultSectionName As String instance.Load(path, defaultSectionName)
public void Load( string path, string defaultSectionName )
public: void Load( string* path, string* defaultSectionName )
public: void Load( String^ path, String^ defaultSectionName )
Parameters
- path
- Path to the user dictionary file to load.
- defaultSectionName
- Default section name used for adding items to the user dictionary.