次の方法で共有


IInternalServiceCollectionMap.AddDependencySingleton<TDependencies> メソッド

定義

依存関係オブジェクトを Singleton 追加します。

public Microsoft.EntityFrameworkCore.Infrastructure.IInternalServiceCollectionMap AddDependencySingleton<TDependencies> ();
abstract member AddDependencySingleton : unit -> Microsoft.EntityFrameworkCore.Infrastructure.IInternalServiceCollectionMap
Public Function AddDependencySingleton(Of TDependencies) () As IInternalServiceCollectionMap

型パラメーター

TDependencies

依存関係の種類です。

戻り値

さらにメソッドをチェーンできるように、同じコレクション マップ。

適用対象