TaskLinkCollectionAdd Method

Overload List
  NameDescription
Public methodAdd(TaskLink)
This is the stub implementation of ICollection's Add method, that only throws NotSupportedException
Public methodCode exampleAdd(Task, Task)
Returns an instance of Finish-Start TaskLink which has been added to the TaskLinkCollection object.
Public methodCode exampleAdd(Task, Task, TaskLinkType)
Returns an instance of TaskLink which has been added to the TaskLinkCollection object.
Public methodCode exampleAdd(Task, Task, TaskLinkType, Duration)
Returns an instance of TaskLink which has been added to the TaskLinkCollection object.
See Also