ExtendedBindingList<T>(IList<T>) Constructor

Construct the collection using the specified list of items

Definition

Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public ExtendedBindingList(
	IList<T> items
)

Parameters

items  IList<T>
An IList<T> of items to be contained in the binding list

See Also