DryadLinqBinaryWriterWriteChars Method DryadLINQ documentation
Writes an array of characters 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 WriteChars(
	char[] charBuffer,
	int offset,
	int charCount
)

Parameters

charBuffer
Type: SystemChar
The array of characters.
offset
Type: SystemInt32
The starting index.
charCount
Type: SystemInt32
The number of characters to write.
See Also

Reference