Provides object extensions for converting .NET objects to JSON objects.
Inheritance Hierarchy
Namespace: VSCode.JsonRpcAssembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntaxpublic static class ObjectExtensions
The ObjectExtensions type exposes the following members.
Methods
| Name | Description |
---|
  | ToJObject |
Converts this instance to a JObject.
|
Top
See Also