Composite Data Stream<TObject>.Read All Method
Reads all objects from the data stream.
Definition
Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
C#
A dictionary that maps names to objects.
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
public virtual IDictionary<string, TObject> ReadAll()
Return Value
IDictionary<String, TObject>A dictionary that maps names to objects.