IDataReader<(Of <(<'T>)>)>..::..Read Method (array<Byte>[]()[][], Int32%, Type)
   Reads data of a specified type from a buffer and updates the offset.
   
                
    Namespace: 
   com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
Parameters
- buffer
 - Type: array<Byte>[]()[][]
The byte array to read from. 
- offset
 - Type: Int32%
The reference to the current position in the buffer, which will be updated after the read operation. 
- dataType
 - Type: Type
The type of data to be read from the buffer. 

