IDataStream..::..Write<(Of <(<'T>)>)> Method (T, Int32)
Writes data of a generic type to the stream at the specified offset.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
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.