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



vocabulary


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

Syntax

Visual Basic (Declaration) 
Public Sub SetVocabulary( _
   ByVal vocabulary As SerializerVocabulary _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim vocabulary As SerializerVocabulary
 
instance.SetVocabulary(vocabulary)
C# 
public void SetVocabulary( 
   SerializerVocabulary vocabulary
)
C++/CLI 
public:
void SetVocabulary( 
   SerializerVocabulary^ 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