| Visual Basic (Declaration) | |
|---|---|
Public Overrides NotOverridable Sub WriteSurrogateCharEntity( _ ByVal lowChar As Char, _ ByVal highChar As Char _ ) | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetWriter 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
The low surrogate. This must be a value between 0xDC00 and 0xDFFF.
- highChar
The high surrogate. This must be a value between 0xD800 and 0xDBFF.