Period Collection(IEnumerablePeriod) Constructor
Construct a collection from an enumerable list of Period objects
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public PeriodCollection(
IEnumerable<Period> periods
)VB
Public Sub New (
periods As IEnumerable(Of Period)
)C++
public:
PeriodCollection(
IEnumerable<Period^>^ periods
)F#
new :
periods : IEnumerable<Period> -> PeriodCollectionParameters
- periods IEnumerablePeriod
- The enumerable list of periods