InsertService
InsertService(int, Type)
Description
Insert the Service.
Parameters
| Parameter Name | Description | 
|---|---|
| index | Insertion destination index | 
| type | Type of add Service | 
Returns
Inserted Service
InsertService<T>(int)
public T InsertService<T>(int index) ;
Description
Insert the Service.
Type Parameters
| Type Parameter Name | Description | Type Constraints | 
|---|---|---|
| T | Type of insert Service | 
Parameters
| Parameter Name | Description | 
|---|---|
| index | Insertion destination index | 
Returns
Inserted Service