InsertService

InsertService(int, Type)

public Service InsertService(int index, Type 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