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

Definition

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

public:
 override void WriteChars(cli::array <char> ^ buffer, int index, int count);
public override void WriteChars (char[] buffer, int index, int count);
override this.WriteChars : char[] * int * int -> unit
Public Overrides Sub WriteChars (buffer As Char(), index As Integer, count As Integer)

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