IDryadLinqSerializerTRead Method DryadLINQ documentation
Reads a record of type T from the specified reader.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

T Read(
	DryadLinqBinaryReader reader
)

Parameters

reader
Type: Microsoft.Research.DryadLinqDryadLinqBinaryReader
The reader to read from.

Return Value

Type: T
A record of type T
See Also

Reference