  | WritableCollectionTRead Method  | 
 
            Reads the object from the specified reader.
            
 
    Namespace: 
   Ookii.Jumbo.IO
    Assembly:
   Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntaxpublic void Read(
	BinaryReader reader
)
Public Sub Read ( 
	reader As BinaryReader
)
public:
virtual void Read(
	BinaryReader^ reader
) sealed
abstract Read : 
        reader : BinaryReader -> unit 
override Read : 
        reader : BinaryReader -> unit Parameters
- reader
 - Type: System.IOBinaryReader
The BinaryReader to deserialize the object from. 
Implements
IWritableRead(BinaryReader)
See Also