Method SetItems
- Namespace
 - Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
 
- Assembly
 - Alternet.Scripter.Debugger.UI.v10.dll
 
SetItems(IEnumerable<Symbol>)
Updates Symbol collection to the pop-up control.
public void SetItems(IEnumerable<Symbol> items)
Parameters
itemsIEnumerable<Symbol>List of
Symbolto be set.