| ObjectExtensionsToJObject Method | 
            Converts this instance to a JObject.
            
 
Namespace: VSCode.JsonRpcAssembly: VSCode (in VSCode.dll) Version: 1.0.0
 Syntax
Syntaxpublic static JObject ToJObject(
	this Object obj
)
Parameters
- obj
- Type: SystemObject
 
Return Value
Type: 
JObject[Missing <returns> documentation for "M:VSCode.JsonRpc.ObjectExtensions.ToJObject(System.Object)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type 
Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see 
Extension Methods (Visual Basic) or 
Extension Methods (C# Programming Guide).
 See Also
See Also