VEventCollection(IListVEvent) Constructor
Construct the collection using a list of
VEvent objects
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VEventCollection(
IList<VEvent> events
)
Public Sub New (
events As IList(Of VEvent)
)
public:
VEventCollection(
IList<VEvent^>^ events
)
new :
events : IList<VEvent> -> VEventCollection
Parameters
- events IListVEvent
- The IListT of events to add