Loads the dictionary from a UTF-8 stream.
'Declaration
Public Overloads Overrides Function Load( _
ByVal As Stream _
) As Boolean
public override bool Load(
Stream
)
Parameters
- stream
Return Value
True if the dictionary was loaded successfully, false otherwise.