VToDoCollection(IList<VToDo>) 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: 2025.1.9.0
public VToDoCollection(
	IList<VToDo> todos
)

Parameters

todos  IList<VToDo>
The IList<T> of to-do items to add

See Also