Click or drag to resize

BinaryArchiveReaderReadDictionary Method

Reads a complete ArchivableDictionary from the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public ArchivableDictionary ReadDictionary()

Return Value

Type: ArchivableDictionary
The newly instantiated object.
See Also