| Visual Basic (Declaration) | |
|---|---|
Public Sub SetVocabulary( _ ByVal vocabulary As ReaderVocabulary _ ) | |
| Visual Basic (Usage) | |
|---|---|
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
ReaderVocabularyto use.