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) |
從服務提供者取得服務。 |