DelegatingXmlDictionaryWriter.WriteSurrogateCharEntity(Char, Char) 方法

定义

为代理项字符对生成并写入代理项字符实体。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)

参数

lowChar
Char

低代理项。The low surrogate. 它必须是介于 0xDC00 和 0xDFFF 之间的值。This must be a value between 0xDC00 and 0xDFFF.

highChar
Char

高代理项。The high surrogate. 它必须是介于 0xD800 和 0xDBFF 之间的值。This must be a value between 0xD800 and 0xDBFF.

适用于