MindFusion.Scheduling for Silverlight Programmer's Guide
ItemCollection.Insert Method
See Also
 





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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public virtual void Insert (
    int index,
    Item item
)

Visual Basic  Copy Code

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

 Parameters

index

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

item
An instance of the Item class to be added to the collection.

 See Also

ItemCollection Members
ItemCollection Class
MindFusion.Scheduling Namespace