VEvent Collection(IListVEvent) Constructor
Construct the collection using a list of VEvent objects
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public VEventCollection(
IList<VEvent> events
)VB
Public Sub New (
events As IList(Of VEvent)
)C++
public:
VEventCollection(
IList<VEvent^>^ events
)F#
new :
events : IList<VEvent> -> VEventCollection