MatlabStream.TryReadSymbolCore Method

Attempts to read a named object from the data stream.

Definition

Namespace: Extreme.Data.Matlab
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
protected override bool TryReadSymbolCore(
	out KeyValuePair<string, MatlabDataObject> symbol
)

Parameters

symbol  KeyValuePair<String, MatlabDataObject>
On return, a pair made up of the name of the object that was read and its value.

Return Value

Boolean
A KeyValuePair<TKey, TValue> with the name of the object as the key and its value as the value.

See Also