IKeyedService<TKey,TService> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示由键标识的服务。
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
键类型。
- 派生
- 实现
-
IEquatable<TKey>
属性
Key |
获取服务密钥。 |
方法
GetService(IServiceProvider) |
从服务提供程序获取服务。 |