Method SetItems
- Namespace
- Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.v9.dll
SetItems(ICollection<T>)
Sets new item collection.
public void SetItems(ICollection<T> items)
Parameters
items
ICollection<T>List of items to set.