[]
Inserts the DataProviderInfo object to the collection at the specified index.
public void Insert(int index, DataProviderInfo value)
| Type | Name | Description |
|---|---|---|
| int | index | The position at which the new DataProviderInfo object will be added. |
| DataProviderInfo | value | The DataProviderInfo object to add. |