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





Inserts the specified item into the array at the specified index.

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

 Syntax

C#  Copy Code

public virtual void Insert (
    int index,
    T item
)

Visual Basic  Copy Code

Public Overridable Sub Insert( _
    index As Integer, _
    item As T _
)

 Parameters

index

Type: Int32
The zero-based index, where the item will be inserted.

item

Type: T
The item to insert.

 See Also

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