DataStream<TObject>.TryReadObject Method

Attempts to read an object from the data stream.

Definition

Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.0
C#
protected abstract bool TryReadObject(
	out TObject item
)

Parameters

item  TObject
On return, the object that was read.

Return Value

Boolean
true if an item was read successfully; otherwise false.

See Also