LspNotification<TIn> Class

Definition

Strongly typed object used to specify a LSP notification's parameter type.

generic <typename TIn>
public ref class LspNotification
public class LspNotification<TIn>
type LspNotification<'In> = class
Public Class LspNotification(Of TIn)

Type Parameters

TIn

The parameter type.

Inheritance
LspNotification<TIn>

Constructors

LspNotification<TIn>(String)

Initializes a new instance of the LspNotification<TIn> class.

Properties

Name

Gets the name of the JSON-RPC notification.

Applies to