
| Visual Basic (Declaration) | |
|---|---|
Public MustInherit Class Vocabulary | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As Vocabulary | |
| C# | |
|---|---|
public abstract class Vocabulary | |
| Delphi | |
|---|---|
public class Vocabulary abstract; | |
| JScript | |
|---|---|
public abstract class Vocabulary | |
| Managed Extensions for C++ | |
|---|---|
public __gc abstract class Vocabulary | |
| C++/CLI | |
|---|---|
public ref class Vocabulary abstract | |
The vocabulary is used by Fast Infoset to reduce redundancy and increase compactness. All occurrences of values added to the vocabulary are removed from the document and replaced by an index to the corresponding entry in the vocabulary.
System.Object
Noemax.FastInfoset.Vocabulary
Noemax.FastInfoset.OptimizedVocabulary
Noemax.FastInfoset.ReaderVocabulary
Noemax.FastInfoset.SchemaVocabulary
Noemax.FastInfoset.WriterVocabulary