CompositeDataStream<TObject>.WriteObject Method

Writes an object to the data stream.

Definition

Namespace: Extreme.Data
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
public override void WriteObject(
	TObject value
)

Parameters

value  TObject
 

Return Value

The object that was read from the data stream.

See Also