Noemax FastInfoset.NET
ReadOnlyVocabulary Property
See Also  Send Feedback
Noemax.FastInfoset Namespace > WriterVocabulary Class : ReadOnlyVocabulary Property






Returns a read-only vocabulary used by this vocabulary.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ReadOnlyVocabulary As WriterVocabulary
Visual Basic (Usage)Copy Code
Dim instance As WriterVocabulary
Dim value As WriterVocabulary
 
value = instance.ReadOnlyVocabulary
C# 
public WriterVocabulary ReadOnlyVocabulary {get;}
Delphi 
public read-only property ReadOnlyVocabulary: WriterVocabulary; 
JScript 
public function get ReadOnlyVocabulary : WriterVocabulary
Managed Extensions for C++ 
public: __property WriterVocabulary* get_ReadOnlyVocabulary();
C++/CLI 
public:
property WriterVocabulary^ ReadOnlyVocabulary {
   WriterVocabulary^ get();
}

See Also