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