Compartilhar via


DelegatingXmlDictionaryWriter.WriteChars(Char[], Int32, Int32) Método

Definição

Quando substituído em uma classe derivada, grava texto um buffer por vez.

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)

Parâmetros

buffer
Char[]

Uma matriz de caracteres que contém o texto a ser gravado.

index
Int32

A posição do buffer que indica o início do texto a ser gravado.

count
Int32

O número de caracteres a serem gravados.

Aplica-se a