IInternalServiceCollectionMap.AddDependencyScoped<TDependencies> 메서드

정의

종속성 개체를 Scoped 추가합니다.

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

형식 매개 변수

TDependencies

종속성 유형입니다.

반환

추가 메서드를 연결할 수 있도록 동일한 컬렉션 맵입니다.

적용 대상