FastInfoset.NET Class Reference for Mono
AddContentString Method (WriterVocabulary)






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

Parameters

text
The content 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

WriterVocabulary Class
WriterVocabulary Members
Base Implementation in AddContentString

Send Feedback