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