VJournal Collection(IListVJournal) Constructor
Construct the collection using a list of VJournal 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 VJournalCollection(
IList<VJournal> journals
)VB
Public Sub New (
journals As IList(Of VJournal)
)C++
public:
VJournalCollection(
IList<VJournal^>^ journals
)F#
new :
journals : IList<VJournal> -> VJournalCollection