FastInfoset.NET Class Reference for Mono
AddPrefix Method (OptimizedVocabulary)






The prefix string.
Adds the prefix to the vocabulary.
Syntax
'Declaration
 
Public Overrides Sub AddPrefix( _
   ByVal prefix As System.String _
) 
'Usage
 
Dim instance As OptimizedVocabulary
Dim prefix As System.String
 
instance.AddPrefix(prefix)
public override void AddPrefix( 
   System.string prefix
)
public procedure AddPrefix( 
    prefix: System.String
); override; 
public override function AddPrefix( 
   prefix : System.String
);
public: void AddPrefix( 
   System.string* prefix
) override 
public:
void AddPrefix( 
   System.String^ prefix
) override 

Parameters

prefix
The prefix string.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OptimizedVocabulary Class
OptimizedVocabulary Members
Base Implementation in AddPrefix

Send Feedback