com.onlineobject.objectnet Namespace

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

Writes data of a generic type to the stream at the specified offset.

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

Syntax


void Write<T>(

	T data,

	int offset

)

Type Parameters

T
The type of data to write.

Parameters

data
Type: T
The data to write to the stream.
offset
Type: Int32
The offset at which to write the data.