Table of Contents

Method SetItems

Namespace
Bonsai.Resources.Design
Assembly
Bonsai.System.Design.dll

SetItems(object, IEnumerable)

Sets the specified sequence as the items of the collection.

protected virtual void SetItems(object editValue, IEnumerable items)

Parameters

editValue object

The collection to edit.

items IEnumerable

A sequence of objects to set as collection items.