Removes the first occurrence of the specified item from this collection.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public void Remove ( |
Visual Basic
Copy Code
|
|---|
Public Sub Remove( _ |
An instance of the Item class, which must be removed from the collection.
See Also