Table of Contents

Operator implicit operator

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

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

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

public static implicit operator LspSemanticTokensSource.Group((LspSemanticTokensSource.Type type, LspSemanticTokensSource.Modifier modifier) value)

Parameters

value (LspSemanticTokensSource.Type type, LspSemanticTokensSource.Modifier modifier)

Returns

LspSemanticTokensSource.Group

implicit operator Group(Type)

Create a new instance of LspSemanticTokensSource.Group from Type.

public static implicit operator LspSemanticTokensSource.Group(LspSemanticTokensSource.Type type)

Parameters

type LspSemanticTokensSource.Type

Returns

LspSemanticTokensSource.Group

implicit operator Group(Modifier)

Create a new instance of LspSemanticTokensSource.Group from Modifier.

public static implicit operator LspSemanticTokensSource.Group(LspSemanticTokensSource.Modifier modifier)

Parameters

modifier LspSemanticTokensSource.Modifier

Returns

LspSemanticTokensSource.Group