| Visual Basic (Declaration) | |
|---|---|
Public Overrides Sub WriteChars( _ ByVal buffer() As Char, _ ByVal index As Integer, _ ByVal count As Integer _ ) | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As VocabularyWriter 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 buffer containing characters to add.
- index
- The offset of the first character in buffer.
- count
- The number of characters to add into vocabulary.