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

Definição

Quando é sobreposto numa classe derivada, escreve texto um buffer de cada 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[]

Array de caracteres contendo o texto a escrever.

index
Int32

A posição no buffer indica o início do texto a escrever.

count
Int32

O número de caracteres a escrever.

Aplica-se a