CompositeDataStream<TObject>.ReadSymbol 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#
public KeyValuePair<string, TObject> ReadSymbol()

Return Value

KeyValuePair<String, TObject>
The object that was read from the data stream.

See Also