FastInfoset.NET Class Reference for .NET
CreateWriterVocabulary() Method






Creates a new WriterVocabulary from this SchemaVocabulary instance.
Syntax
'Declaration
 
Public Overloads Function CreateWriterVocabulary() As WriterVocabulary
'Usage
 
Dim instance As SchemaVocabulary
Dim value As WriterVocabulary
 
value = instance.CreateWriterVocabulary()
public WriterVocabulary CreateWriterVocabulary()
public function CreateWriterVocabulary(): WriterVocabulary; 
public function CreateWriterVocabulary() : WriterVocabulary;
public: WriterVocabulary* CreateWriterVocabulary(); 
public:
WriterVocabulary^ CreateWriterVocabulary(); 

Return Value

The generated vocabulary
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

SchemaVocabulary Class
SchemaVocabulary Members
Overload List

Send Feedback