| C# | Visual Basic | Visual Basic Usage |
public enum Keyword
Public Enumeration Keyword
Dim instance As Keyword
| Member | Description |
|---|---|
| Obj | |
| EndObj | |
| R | |
| DictionaryBegin | |
| DictionaryEnd | |
| ArrayBegin | |
| ArrayEnd | |
| Stream | |
| EndStream | |
| True | |
| False | |
| Null | |
| XRef | |
| Trailer | |
| StartXRef | |
| Eof | |
| BT | |
| ET | |
| Tf | |
| Td | |
| Tr | |
| Tj | |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
|