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





Removes the item at the specified index.

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

 Syntax

C#  Copy Code

public virtual void RemoveAt (
    int index
)

Visual Basic  Copy Code

Public Overridable Sub RemoveAt( _
    index As Integer _
)

 Parameters

index

Type: Int32
The zero-based index of the item to remove.

 See Also

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