ExtendedBindingListTCloneRange 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: 2023.1.2.0
public ExtendedBindingList<T> CloneRange(
	IEnumerable<T> items
)

Parameters

items  IEnumerableT
The enumerable list of items from which to copy the items

Return Value

ExtendedBindingListT
A reference to the collection

Remarks

Items in the source list will be cloned and added to this collection

See Also