Noemax FastInfoset.NET
WriteSurrogateCharEntity Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > VocabularyWriter Class : WriteSurrogateCharEntity Method






lowChar
highChar
This method does not add anything to the vocabulary.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub WriteSurrogateCharEntity( _
   ByVal lowChar As Char, _
   ByVal highChar As Char _
) 
Visual Basic (Usage)Copy Code
Dim instance As VocabularyWriter
Dim lowChar As Char
Dim highChar As Char
 
instance.WriteSurrogateCharEntity(lowChar, highChar)
C# 
public override void WriteSurrogateCharEntity( 
   char lowChar,
   char highChar
)
Delphi 
public procedure WriteSurrogateCharEntity( 
    lowChar: Char;
    highChar: Char
); override; 
JScript 
public override function WriteSurrogateCharEntity( 
   lowChar : char,
   highChar : char
);
Managed Extensions for C++ 
public: void WriteSurrogateCharEntity( 
   char lowChar,
   char highChar
) override 
C++/CLI 
public:
void WriteSurrogateCharEntity( 
   char lowChar,
   char highChar
) override 

Parameters

lowChar
highChar

See Also