Reads the symbol at the current position in the file.
Namespace:
Extreme.Data
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public KeyValuePair<string, TObject> ReadSymbol()
Public Function ReadSymbol As KeyValuePair(Of String, TObject)
public:
KeyValuePair<String^, TObject> ReadSymbol()
member ReadSymbol : unit -> KeyValuePair<string, 'TObject>
Return Value
Type:
KeyValuePairString,
TObjectThe object that was read from the data stream.
Reference