LspRequest<TIn,TOut> Class

Definition

Strongly typed object used to specify a LSP requests's parameter and return types.

generic <typename TIn, typename TOut>
public ref class LspRequest
public class LspRequest<TIn,TOut>
type LspRequest<'In, 'Out> = class
Public Class LspRequest(Of TIn, TOut)

Type Parameters

TIn

The parameter type.

TOut

The return type.

Inheritance
LspRequest<TIn,TOut>

Constructors

LspRequest<TIn,TOut>(String)

Initializes a new instance of the LspRequest<TIn,TOut> class.

Properties

Name

Gets the name of the JSON-RPC request.

Applies to