FastInfoset.NET Class Reference for .NET
WriterVocabulary Constructor(ReaderVocabulary)






Initializes a new instance of WriterVocabulary by copping tables of the specified readerVocabulary.
Syntax
'Declaration
 
Public Function New( _
   ByVal readerVocabulary As ReaderVocabulary _
)
'Usage
 
Dim readerVocabulary As ReaderVocabulary
 
Dim instance As New WriterVocabulary(readerVocabulary)
public WriterVocabulary( 
   ReaderVocabulary readerVocabulary
)
public WriterVocabulary( 
    readerVocabulary: ReaderVocabulary
); 
public function WriterVocabulary( 
   readerVocabulary : ReaderVocabulary
);
public: WriterVocabulary( 
   ReaderVocabulary* readerVocabulary
)
public:
WriterVocabulary( 
   ReaderVocabulary^ readerVocabulary
)

Parameters

readerVocabulary
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
Overload List

Send Feedback