Table of Contents

Constructor LspListMember

Namespace
Alternet.Syntax.Parsers.Lsp
Assembly
Alternet.Syntax.Parsers.Lsp.v9.dll

LspListMember()

Initializes a new instance of the LspListMember class with default settings.

public LspListMember()

LspListMember(IListMembers)

Initializes a new instance of the LspListMember class with a specified owner.

IListMembers owning this instance
public LspListMember(IListMembers owner)

Parameters

owner IListMembers

LspListMember(IListMembers, CompletionItemKind)

public LspListMember(IListMembers owner, CompletionItemKind kind)

Parameters

owner IListMembers
kind CompletionItemKind