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

Definição

Quando substituído em uma classe derivada, grava um buffer de texto 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[]

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

index
Int32

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

count
Int32

O número de caracteres a serem gravados.

Aplica-se a