| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property ValueType As Type | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetReader Dim value As Type value = instance.ValueType | |
| C# | |
|---|---|
public Type ValueType {get;} | |
| Delphi | |
|---|---|
public read-only property ValueType: Type; | |
| JScript | |
|---|---|
public function get ValueType : Type | |
| Managed Extensions for C++ | |
|---|---|
public: __property Type* get_ValueType(); | |