Adds a task to the end of the managed collection.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public Task Add( SimpleTaskItem simpleTaskItem ) |
| Visual Basic (Declaration) |
|---|
Public Function Add ( _ simpleTaskItem As SimpleTaskItem _ ) As Task |
Parameters
- simpleTaskItem
- Type: DlhSoft.Windows.Data..::.SimpleTaskItem
Item definition representing the task to be added at the end of the collection.