DelegatingXmlDictionaryWriter.WriteChars(Char[], Int32, Int32) Method

Definition

When overridden in a derived class, writes text one buffer at a time.

C#
public override void WriteChars(char[] buffer, int index, int count);

Parameters

buffer
Char[]

Character array containing the text to write.

index
Int32

The position in the buffer indicating the start of the text to write.

count
Int32

The number of characters to write.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1