Inserts the specified item into the array at the specified index.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public virtual void Insert ( |
Visual Basic
![]() |
---|
Public Overridable Sub Insert( _ |
Type: Int32
The zero-based index, where the item will be inserted.
Type: T
The item to insert.