共用方式為


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

相依性類型。

傳回

相同的集合對應,以便鏈結進一步的方法。

適用於