ASP.NET Pack Programmer's Guide
ItemCollection(T).Remove Method
See Also
 





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

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public override bool Remove (
    T item
)

Visual Basic  Copy Code

Public Overrides Function Remove( _
    item As T _
) As Boolean

 Parameters

item

The item to remove.

 Return Value

Type: Boolean
true if the item was successfully removed; false otherwise.

 See Also

ItemCollection(T) Members
ItemCollection(T) Class
MindFusion.Scheduling Namespace