Loads the dictionary from a file.
'Declaration
Public Overloads Overrides Function Load( _
ByVal As String _
) As Boolean
public override bool Load(
string
)
Parameters
- fileName
- The dictionary file.
Return Value
True if the dictionary was loaded successfully, false otherwise.