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