Table of Contents

Class Symbol

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

Represents a symbol (namespace, class, method, parameter, etc.) exposed by the evaluator.

public class Symbol
Inheritance
Symbol

Constructors

Symbol(SymbolKind, string, Func<SymbolDocumentation>)

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

Properties

Documentation

Represents description of the symbol.

Kind

Represents kind of the symbol.

Name

Represents name of the symbol.