Поделиться через


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

Тип зависимости.

Возвращаемое значение

Та же карта коллекции, чтобы можно было связать в цепочку другие методы.

Применяется к