Share via


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

Definizione

Quando ne viene eseguito l'override in una classe derivata, scrive il testo in un buffer alla volta.

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)

Parametri

buffer
Char[]

Matrice di caratteri che contiene il testo da scrivere.

index
Int32

Posizione nel buffer che indica l'inizio del testo da scrivere.

count
Int32

Numero di caratteri da scrivere.

Si applica a