
| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class WriterVocabulary Inherits Vocabulary | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As WriterVocabulary | |
| C# | |
|---|---|
public sealed class WriterVocabulary : Vocabulary | |
| Delphi | |
|---|---|
public class WriterVocabulary = class(Vocabulary)sealed; | |
| JScript | |
|---|---|
public sealed class WriterVocabulary extends Vocabulary | |
| Managed Extensions for C++ | |
|---|---|
public __gc __sealed class WriterVocabulary : public Vocabulary | |
| C++/CLI | |
|---|---|
public ref class WriterVocabulary sealed : public Vocabulary | |
When values are indexed, they are added to the Fast Infoset vocabulary in order to reduce redundancy and increase compactness.
System.Object
Noemax.FastInfoset.Vocabulary
Noemax.FastInfoset.WriterVocabulary