com.onlineobject.objectnet Namespace

IDataStream..::..Read<(Of <(<'T>)>)> Method (Type)

Reads data of a specified type from the stream.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


T Read<T>(

	Type dataType

)

Type Parameters

T
The type of data to read.

Parameters

dataType
Type: Type
The type of the data to read.

Return Value

The data read from the stream.