UserStreamer.Read Method

Reads the specified reader.
public override object Read( 
BinaryReader reader
byte version 
)
This language is not supported or no code example is available.
public:  
object^ Read( 
BinaryReader^ reader
Byte version 
)
This language is not supported or no code example is available.
public function Read( 
reader : BinaryReader
version : byte 
) : object;
This language is not supported or no code example is available.

Parameters

reader
BinaryReader

The reader.

version
byte

Return Value

object

Object.

In this article

Definition