InsertService

public Service InsertService(int index, Type type) ;

Serviceを挿入。

パラメーター名 説明
index 挿入先インデックス
type 追加するServiceの型

挿入したService

public T InsertService<T>(int index) ;

Serviceを挿入。

型パラメーター名 説明 型制約
T 挿入するServiceの型
パラメーター名 説明
index 挿入先インデックス

挿入したService