com.onlineobject.objectnet Namespace

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

Reads data of a generic type from the stream at the specified offset.

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

Syntax


T Read<T>(

	int offset

)

Type Parameters

T
The type of data to read.

Parameters

offset
Type: Int32
The offset from which to read the data.

Return Value

The data read from the stream.