VToDoCollection(IListVToDo) Constructor

Construct the collection using a list of VToDo objects

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VToDoCollection(
	IList<VToDo> todos
)

Parameters

todos  IListVToDo
The IListT of to-do items to add

See Also