| Visual Basic (Declaration) | |
|---|---|
Public Overrides NotOverridable Sub WriteChars( _ ByVal buffer() As Char, _ ByVal index As Integer, _ ByVal count As Integer _ ) | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetWriter Dim buffer() As Char Dim index As Integer Dim count As Integer instance.WriteChars(buffer, index, count) | |
| Delphi | |
|---|---|
public procedure WriteChars( buffer: Chararray of; index: Integer; count: Integer ); override; | |
Parameters
- buffer
- The character array containing the text to write.
- index
The position in the buffer indicating the start of the text to write.
- count
The number of characters to write.