Noemax FastInfoset.NET
SetVocabulary Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : SetVocabulary Method






vocabulary
ReaderVocabulary to use.
Sets the vocabulary to be used when read a Fast Infoset document.

Syntax

Visual Basic (Declaration) 
Public Sub SetVocabulary( _
   ByVal vocabulary As ReaderVocabulary _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim vocabulary As ReaderVocabulary
 
instance.SetVocabulary(vocabulary)
C# 
public void SetVocabulary( 
   ReaderVocabulary vocabulary
)
Delphi 
public procedure SetVocabulary( 
    vocabulary: ReaderVocabulary
); 
JScript 
public function SetVocabulary( 
   vocabulary : ReaderVocabulary
);
Managed Extensions for C++ 
public: void SetVocabulary( 
   ReaderVocabulary* vocabulary
) 
C++/CLI 
public:
void SetVocabulary( 
   ReaderVocabulary^ vocabulary
) 

Parameters

vocabulary
ReaderVocabulary to use.

See Also