Attempts to read a named object from the data stream.
Namespace:
Extreme.Data.Matlab
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
protected override bool TryReadSymbolCore(
out KeyValuePair<string, MatlabDataObject> symbol
)
Protected Overrides Function TryReadSymbolCore (
<OutAttribute> ByRef symbol As KeyValuePair(Of String, MatlabDataObject)
) As Boolean
protected:
virtual bool TryReadSymbolCore(
[OutAttribute] KeyValuePair<String^, MatlabDataObject^>% symbol
) override
abstract TryReadSymbolCore :
symbol : KeyValuePair<string, MatlabDataObject> byref -> bool
override TryReadSymbolCore :
symbol : KeyValuePair<string, MatlabDataObject> byref -> bool
Parameters
- symbol
- Type: System.Collections.GenericKeyValuePairString, MatlabDataObject
On return, a pair made up of
the name of the object that was read and its value.
Return Value
Type:
BooleanA
KeyValuePairTKey, TValue
with the name of the object as the key and its value
as the value.
Reference