Noemax FastInfoset.NET
AddPrefix Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > OptimizedVocabulary Class : AddPrefix Method






prefix
The prefix to add.
Add the prefix into the vocabulary.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub AddPrefix( _
   ByVal prefix As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As OptimizedVocabulary
Dim prefix As String
 
instance.AddPrefix(prefix)
C# 
public override void AddPrefix( 
   string prefix
)
Delphi 
public procedure AddPrefix( 
    prefix: String
); override; 
JScript 
public override function AddPrefix( 
   prefix : String
);
Managed Extensions for C++ 
public: void AddPrefix( 
   string* prefix
) override 
C++/CLI 
public:
void AddPrefix( 
   String^ prefix
) override 

Parameters

prefix
The prefix to add.

See Also