Composite Data Stream<TObject>.Read Symbol Method
Reads the symbol at the current position in the file.
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 KeyValuePair<string, TObject> ReadSymbol()
Return Value
KeyValuePair<String, TObject>The object that was read from the data stream.