Attempts to read an object from the data stream.
Namespace:
Extreme.Data.R
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.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
.
Reference