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