Constructor Symbol
- 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
SymbolKindKind of the symbol.
name
stringName of the symbol.
documentationFactory
Func<SymbolDocumentation>The delegate that is invoked to produce the lazily initialized value when it is needed.