Extended Binding ListTClone Range Method
Clone and add a range of items from an enumerable list of items
Definition
Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
A reference to the collection
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public ExtendedBindingList<T> CloneRange(
IEnumerable<T> items
)VB
Public Function CloneRange (
items As IEnumerable(Of T)
) As ExtendedBindingList(Of T)C++
public:
ExtendedBindingList<T>^ CloneRange(
IEnumerable<T>^ items
)F#
member CloneRange :
items : IEnumerable<'T> -> ExtendedBindingList<'T> Parameters
- items IEnumerableT
- The enumerable list of items from which to copy the items
Return Value
ExtendedBindingListTA reference to the collection
Remarks
Items in the source list will be cloned and added to this collection