ExtendedBindingList<T>.CloneRange 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: 2025.1.9.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 IEnumerable<T>
- The enumerable list of items from which to copy the items
ExtendedBindingList<T>A reference to the collection
Items in the source list will be cloned and added to this collection