IMutableComponentContainer.Register メソッド (Type, Type)
[This is preliminary documentation and subject to change.]
コンポーネントを登録する
void Register(
Type interfaceType,
Type implementComponentType);
パラメータ
-
interfaceType
- 優先して割り当てるインターフェイス
-
implementComponentType
- 優先して割り当てるコンポーネントの型
解説
特定のインターフェイスに優先して割り当てるコンポーネントを指定します。
参照
IMutableComponentContainer インターフェイス | Kodama.DependencyInjection.Container 名前空間