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

Definizione

Quando sottoposto a override in una classe derivata, scrive testo 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 contenente 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