PeriodCollectionAddRange Method

Add a range of Period objects from an enumerable list

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public void AddRange(
	IEnumerable<Period> periods
)

Parameters

periods  IEnumerablePeriod
The enumerable list of periods

See Also