Table of Contents

Struct LspSemanticTokensSource.Group

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

Group of LSP semantic tokens.

public record struct LspSemanticTokensSource.Group : IEquatable<LspSemanticTokensSource.Group>
Implements
Inherited Members

Constructors

Group(Type?, Modifier?)

Group of LSP semantic tokens.

Properties

Modifier

SemanticTokenModifiers

Type

SemanticTokenTypes

Operators

implicit operator Group(Modifier)

Create a new instance of LspSemanticTokensSource.Group from Modifier.

implicit operator Group(Type)

Create a new instance of LspSemanticTokensSource.Group from Type.

implicit operator Group((Type type, Modifier modifier))

Create a new instance of LspSemanticTokensSource.Group from Type and Modifier.