| Visual Basic (Declaration) | |
|---|---|
Public Sub SetVocabulary( _ ByVal vocabulary As WriterVocabulary _ ) | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetWriter Dim vocabulary As WriterVocabulary instance.SetVocabulary(vocabulary) | |
| C# | |
|---|---|
public void SetVocabulary( WriterVocabulary vocabulary ) | |
| Delphi | |
|---|---|
public procedure SetVocabulary( vocabulary: WriterVocabulary ); | |
| JScript | |
|---|---|
public function SetVocabulary( vocabulary : WriterVocabulary ); | |
| Managed Extensions for C++ | |
|---|---|
public: void SetVocabulary( WriterVocabulary* vocabulary ) | |
| C++/CLI | |
|---|---|
public: void SetVocabulary( WriterVocabulary^ vocabulary ) | |
Parameters
- vocabulary
- The vocabulary to use.