Composite Data Stream<TObject>.Read Object Method
Definition
Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
Overload List
Read | Reads an object from the data stream. |
Read | Reads the object with the specified name from the data stream. |
ReadObject
Reads an object from the data stream.
public override TObject ReadObject()
Return Value
TObjectThe object that was read from the data stream.
ReadObject(String)
Reads the object with the specified name from the data stream.
public virtual TObject ReadObject(
string name
)
Parameters
- name String
- The name of the object.
Return Value
TObjectThe object that was read from the data stream.