Method SetItems
- Namespace
- Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.v9.dll
SetItems(IEnumerable<Symbol>)
When implemented by a class, updates Symbol
collection to the pop-up control.
void SetItems(IEnumerable<Symbol> items)
Parameters
items
IEnumerable<Symbol>List of
Symbol
to be set.