Table of Contents

Constructor Item

Namespace
Sccg.Builtin.Sources
Assembly
Sccg.Builtin.dll

Item(Group, Style)

Initializes a new instance of the LspSemanticTokensSource.Item class.

public Item(LspSemanticTokensSource.Group group, Style style)

Parameters

group LspSemanticTokensSource.Group
style Style

Item(Group, Group, Style?)

Initializes a new instance of the LspSemanticTokensSource.Item class.

public Item(LspSemanticTokensSource.Group group, LspSemanticTokensSource.Group link, Style? style = null)

Parameters

group LspSemanticTokensSource.Group
link LspSemanticTokensSource.Group
style Style?