다음을 통해 공유


IKeyedService<TKey,TService> 인터페이스

정의

키로 식별되는 서비스를 나타냅니다.

public interface IKeyedService<TKey,out TService> : IEquatable<TKey>
type IKeyedService<'Key, 'Service> = interface
    interface IEquatable<'Key>
Public Interface IKeyedService(Of TKey, Out TService)
Implements IEquatable(Of TKey)

형식 매개 변수

TKey

키 형식입니다.

TService

서비스 형식입니다.

이 형식 매개 변수는 공변(Covariant)입니다. 즉, 지정한 형식이나 더 많게 파생된 모든 형식을 사용할 수 있습니다. 공변성(Covariance) 및 반공변성(Contravariance)에 대한 자세한 내용은 제네릭의 공변성(Covariance) 및 반공변성(Contravariance)을 참조하세요.
파생
구현
IEquatable<TKey>

속성

Key

서비스 키를 가져옵니다.

메서드

GetService(IServiceProvider)

서비스 공급자에서 서비스를 가져옵니다.

적용 대상