Removes the first occurrence of the specified Task object from this collection.
Namespace: MindFusion.Scheduling Assembly: PocketPlanner
Syntax
C# |
public void Remove ( Task task ) |
Visual Basic |
Public Sub Remove ( _ task As Task _ ) |
Parameters
See Also
|