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