Attempts to read an object from the data stream.
Namespace: Extreme.Data.RAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.0)
protected override bool TryReadObject(
out RObject item
)
Protected Overrides Function TryReadObject (
<OutAttribute> ByRef item As RObject
) As Boolean
protected:
virtual bool TryReadObject(
[OutAttribute] RObject^% item
) override
abstract TryReadObject :
item : RObject byref -> bool
override TryReadObject :
item : RObject byref -> bool
Parameters
- item
- Type: Extreme.Data.RRObject
On return, the object that was read.
Return Value
Type:
Boolean if an item was read successfully;
otherwise
.
Numerical Libraries
Supported in: 6.0
Reference