ExtendedBindingList<T>(IList<T>) Constructor
Construct the collection using the specified list of items
Namespace: EWSoftware.PDI.BindingAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public ExtendedBindingList(
IList<T> items
)
Public Sub New (
items As IList(Of T)
)
public:
ExtendedBindingList(
IList<T>^ items
)
new :
items : IList<'T> -> ExtendedBindingList
Parameters
- items IList<T>
- An IList<T> of items to be contained in the binding list