DryadLinqBinaryWriterWrite Method (Boolean)DryadLINQ documentation
Writes a boolean value to the current writer.

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

public void Write(
	bool b
)

Parameters

b
Type: SystemBoolean
The boolean value to be written.
See Also

Reference