[]
Inserts an element into the collection at the specified index.
public void Insert(int index, ArticleBead item)
Public Sub Insert(index As Integer, item As ArticleBead)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which item should be inserted. |
ArticleBead | item | The object to insert. |