Data Stream<TObject>.Read Object Method
Reads an object from the data stream.
Definition
Namespace: Extreme.Data
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
The object that was read from the data stream.
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
public virtual TObject ReadObject()
Return Value
TObjectThe object that was read from the data stream.