VNoteCollection(IList<VNote>) Constructor
Construct the collection using a list of
VNote objects
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public VNoteCollection(
IList<VNote> notes
)
Public Sub New (
notes As IList(Of VNote)
)
public:
VNoteCollection(
IList<VNote^>^ notes
)
new :
notes : IList<VNote> -> VNoteCollection
Parameters
- notes IList<VNote>
- The IList<T> of notes to add