Search
ItemCollection.Remove Method
See Also
 






Removes the first occurrence of the specified item from this collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void Remove (
    Item item
)

Visual Basic  Copy Code

Public Sub Remove( _
    item As Item _
)

 Parameters

item

An instance of the Item class, which must be removed from the collection.

 See Also