Method Insert
Insert(int, ServiceDescriptor)
Insert a service into the collection.
Declaration
public void Insert(int index, ServiceDescriptor item)
Parameters
Type | Name | Description |
---|---|---|
int | index | The index to insert the service at. |
ServiceDescriptor | item | The service to insert. |