Attempts to read an object from the data stream.
Namespace:
Extreme.Data
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
protected abstract bool TryReadObject(
out TObject item
)
Protected MustOverride Function TryReadObject (
<OutAttribute> ByRef item As TObject
) As Boolean
protected:
virtual bool TryReadObject(
[OutAttribute] TObject% item
) abstract
abstract TryReadObject :
item : 'TObject byref -> bool
Parameters
- item
- Type: TObject
On return, the object that was read.
Return Value
Type:
Boolean if an item was read successfully;
otherwise
.
Reference