ExtendedBindingListTCloneRange Method
Clone and add a range of items from an enumerable list of items
Namespace: EWSoftware.PDI.BindingAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public ExtendedBindingList<T> CloneRange(
IEnumerable<T> items
)
Public Function CloneRange (
items As IEnumerable(Of T)
) As ExtendedBindingList(Of T)
public:
ExtendedBindingList<T>^ CloneRange(
IEnumerable<T>^ items
)
member CloneRange :
items : IEnumerable<'T> -> ExtendedBindingList<'T>
- items IEnumerableT
- The enumerable list of items from which to copy the items
ExtendedBindingListTA reference to the collection
Items in the source list will be cloned and added to this collection