LspNotification<TIn> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |