Composite Data Stream<TObject>.Read Symbol Method
Reads the symbol at the current position in the file.
Definition
Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
C#
The object that was read from the data stream.
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
public KeyValuePair<string, TObject> ReadSymbol()
Return Value
KeyValuePair<String, TObject>The object that was read from the data stream.