ExtendedBindingListT(IListT) 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: 2023.1.2.0
public ExtendedBindingList(
	IList<T> items
)

Parameters

items  IListT
An IListT of items to be contained in the binding list

See Also