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