VToDoCollection(IListVToDo) Constructor
Construct the collection using a list of
VToDo objects
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VToDoCollection(
IList<VToDo> todos
)
Public Sub New (
todos As IList(Of VToDo)
)
public:
VToDoCollection(
IList<VToDo^>^ todos
)
new :
todos : IList<VToDo> -> VToDoCollection
Parameters
- todos IListVToDo
- The IListT of to-do items to add