Table of Contents

Constructor Symbol

Namespace
Alternet.Scripter.Debugger.ExpressionEvaluation.CodeCompletion
Assembly
Alternet.Scripter.Debugger.Common.v9.dll

Symbol(SymbolKind, string, Func<SymbolDocumentation>)

Initializes a new instance of the Symbol class with specified parameters.

public Symbol(SymbolKind kind, string name, Func<SymbolDocumentation> documentationFactory)

Parameters

kind SymbolKind

Kind of the symbol.

name string

Name of the symbol.

documentationFactory Func<SymbolDocumentation>

The delegate that is invoked to produce the lazily initialized value when it is needed.