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






The writer vocabulary from which to copy tables from.
Initializes a new instance of ReaderVocabulary by coping tables from the specified WriterVocabulary.
Syntax
'Declaration
 
Public Function New( _
   ByVal vocabulary As WriterVocabulary _
)
'Usage
 
Dim vocabulary As WriterVocabulary
 
Dim instance As New ReaderVocabulary(vocabulary)
public ReaderVocabulary( 
   WriterVocabulary vocabulary
)
public ReaderVocabulary( 
    vocabulary: WriterVocabulary
); 
public function ReaderVocabulary( 
   vocabulary : WriterVocabulary
);
public: ReaderVocabulary( 
   WriterVocabulary* vocabulary
)
public:
ReaderVocabulary( 
   WriterVocabulary^ vocabulary
)

Parameters

vocabulary
The writer vocabulary from which to copy tables from.
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

ReaderVocabulary Class
ReaderVocabulary Members
Overload List

Send Feedback