CompositeDataStream<TObject>.ReadAll 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.0
C#
public virtual IDictionary<string, TObject> ReadAll()

Return Value

IDictionary<String, TObject>
A dictionary that maps names to objects.

See Also