VToDoCollection(IList<VToDo>) Constructor
Construct the collection using a list of
VToDo objects
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.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 IList<VToDo>
- The IList<T> of to-do items to add