Constructor EvaluationCodeCompletionControllerBase
- Namespace
- Alternet.Scripter.Debugger.UI.Wpf.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.Wpf.v9.dll
EvaluationCodeCompletionControllerBase(ISite, IScriptDebuggerBase)
Initializes a new instance of the EvaluationCodeCompletionControllerBase
class with specified parameters.
public EvaluationCodeCompletionControllerBase(EvaluationCodeCompletionControllerBase.ISite site, IScriptDebuggerBase debugger)
Parameters
site
EvaluationCodeCompletionControllerBase.ISiteISite
corresponding to this new instance.debugger
IScriptDebuggerBaseIScriptDebuggerBase
corresponding to this new instance.