Attempts to read a named object from the data stream.
Namespace: Extreme.Data.RAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16328.0)
protected override bool TryReadSymbolCore(
out KeyValuePair<string, RObject> next
)
Protected Overrides Function TryReadSymbolCore (
<OutAttribute> ByRef next As KeyValuePair(Of String, RObject)
) As Boolean
protected:
virtual bool TryReadSymbolCore(
[OutAttribute] KeyValuePair<String^, RObject^>% next
) override
abstract TryReadSymbolCore :
next : KeyValuePair<string, RObject> byref -> bool
override TryReadSymbolCore :
next : KeyValuePair<string, RObject> byref -> bool
Parameters
- next
- Type: System.Collections.GenericKeyValuePairString, RObject
Return Value
Type:
BooleanA
KeyValuePairTKey, TValue
with the name of the object as the key and its value
as the value.
Numerical Libraries
Supported in: 6.0
Reference