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

Return Value

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

See Also