DelegatingXmlDictionaryWriter.WriteSurrogateCharEntity(Char, Char) Method

Definition

Generates and writes the surrogate character entity for the surrogate character pair.

public:
 override void WriteSurrogateCharEntity(char lowChar, char highChar);
public override void WriteSurrogateCharEntity (char lowChar, char highChar);
override this.WriteSurrogateCharEntity : char * char -> unit
Public Overrides Sub WriteSurrogateCharEntity (lowChar As Char, highChar As Char)

Parameters

lowChar
Char

The low surrogate. This must be a value between 0xDC00 and 0xDFFF.

highChar
Char

The high surrogate. This must be a value between 0xD800 and 0xDBFF.

Applies to