Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetReader.SetVocabulary(ParserVocabulary) Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : SetVocabulary Method



vocabulary


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Public Sub SetVocabulary( _
   ByVal vocabulary As ParserVocabulary _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim vocabulary As ParserVocabulary
 
instance.SetVocabulary(vocabulary)
C# 
public void SetVocabulary( 
   ParserVocabulary vocabulary
)
C++/CLI 
public:
void SetVocabulary( 
   ParserVocabulary^ vocabulary
) 

Parameters

vocabulary

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also