IDryadLinqSerializer T  Read 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.1.2.0 (0.1.2.0)
Syntax

T Read(
	DryadLinqBinaryReader reader
)

Return Value

Type: T
A record of type T
See Also