MindFusion.Scheduling for ASP.NET Programmer's Guide
StateCollection(T).Remove Method
See Also
 





Removes the specified item from the collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public virtual bool Remove (
    T item
)

Visual Basic  Copy Code

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

 Parameters

item

Type: T
The item to remove.

 Return Value

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

 See Also

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