RdataStream.TryReadSymbolCore Method

Attempts to read a named object from the data stream.

Definition

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

Parameters

next  KeyValuePair<String, RObject>
 

Return Value

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

See Also