Share via


IReadOnlyStoreObjectDictionary<T> 介面

定義

表示以索引鍵為基礎的 StoreObjectIdentifier 查閱。

public interface IReadOnlyStoreObjectDictionary<out T> where T : class
type IReadOnlyStoreObjectDictionary<'T (requires 'T : null)> = interface
Public Interface IReadOnlyStoreObjectDictionary(Of Out T)

類型參數

T

數值型別。

這是共變數的型別參數。 也就是說,您可以使用您指定的類型,或衍生程度較高的任何類型。 如需共變數與反變數的詳細資訊,請參閱泛型中的共變數與反變數
衍生

方法

Find(StoreObjectIdentifier)

取得與指定索引鍵關聯的值。

GetValues()

取得集合,其中包含這個集合中的值。

適用於