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





Inserts the specified item at the specified position in the collection.

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

 Syntax

C#  Copy Code

public override void Insert (
    int index,
    T item
)

Visual Basic  Copy Code

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

 Parameters

index

Type: Int32
The zero-based index at which the item must be inserted.

item
Type: T
The item to insert.

 See Also

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