Click or drag to resize
XHtmlWriterWriteSurrogateCharEntity Method

[Missing <summary> documentation for "M:Activsoft.Engine.XHtmlWriter.WriteSurrogateCharEntity(System.Char,System.Char)"]

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public override void WriteSurrogateCharEntity(
	char lowChar,
	char highChar
)

Parameters

lowChar
Type: SystemChar

[Missing <param name="lowChar"/> documentation for "M:Activsoft.Engine.XHtmlWriter.WriteSurrogateCharEntity(System.Char,System.Char)"]

highChar
Type: SystemChar

[Missing <param name="highChar"/> documentation for "M:Activsoft.Engine.XHtmlWriter.WriteSurrogateCharEntity(System.Char,System.Char)"]

See Also