com.onlineobject.objectnet Namespace

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

Writes data of a generic type to the stream.

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

Syntax


void Write<T>(

	T data

)

Type Parameters

T
The type of data to write.

Parameters

data
Type: T
The data to write to the stream.