Click or drag to resize
RequestMessageParams Property
A JObject representing parameters for the method.

Namespace: VSCode.JsonRpc
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public JObject Params { get; set; }

Property Value

Type: JObject
See Also