Share via


DelegatingXmlDictionaryWriter.WriteSurrogateCharEntity(Char, Char) Metodo

Definizione

Genera e scrive l'entità carattere surrogata per la coppia di caratteri surrogati.

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)

Parametri

lowChar
Char

Surrogato basso. Deve essere un valore compreso tra 0xDC00 e 0xDFFF.

highChar
Char

Surrogato alto. Deve essere un valore compreso tra 0xD800 e 0xDBFF.

Si applica a