Composite Data Stream<TObject>.Try Read Symbol Core Method
Attempts to read a named object from the data stream.
Definition
Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
C#
A KeyValuePair<TKey, TValue> with the name of the object as the key and its value as the value.
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
protected abstract bool TryReadSymbolCore(
out KeyValuePair<string, TObject> symbol
)
Parameters
- symbol KeyValuePair<String, TObject>
- On return, a pair made up of the name of the object that was read and its value.
Return Value
BooleanA KeyValuePair<TKey, TValue> with the name of the object as the key and its value as the value.