Constructor Symbol
- Assembly
- Alternet.Scripter.Debugger.Common.v10.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
kindSymbolKindKind of the symbol.
namestringName of the symbol.
documentationFactoryFunc<SymbolDocumentation>The delegate that is invoked to produce the lazily initialized value when it is needed.