| Visual Basic (Declaration) | |
|---|---|
Public Overrides Sub WriteSurrogateCharEntity( _ ByVal lowChar As Char, _ ByVal highChar As Char _ ) | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As VocabularyWriter Dim lowChar As Char Dim highChar As Char instance.WriteSurrogateCharEntity(lowChar, highChar) | |
| Managed Extensions for C++ | |
|---|---|
public: void WriteSurrogateCharEntity( char lowChar, char highChar ) override | |
Parameters
- lowChar
- highChar