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()

このコレクションの値を含むコレクションを取得します。

適用対象