VNoteCollection(IList<VNote>) 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
public VNoteCollection(
	IList<VNote> notes
)

Parameters

notes  IList<VNote>
The IList<T> of notes to add

See Also