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
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