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