VEventCollection(IList<VEvent>) Constructor
Construct the collection using a list of
VEvent objects
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.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 IList<VEvent>
- The IList<T> of events to add