ExtendedBindingListT(IListT) Constructor
Construct the collection using the specified list of items
Namespace: EWSoftware.PDI.BindingAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.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 IListT
- An IListT of items to be contained in the binding list