StoreObjectDictionary<T> クラス

定義

キーに基づく参照を StoreObjectIdentifier 表します。

public class StoreObjectDictionary<T> : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoreObjectDictionary<T> where T : class
type StoreObjectDictionary<'T (requires 'T : null)> = class
    interface IReadOnlyStoreObjectDictionary<'T (requires 'T : null)>
Public Class StoreObjectDictionary(Of T)
Implements IReadOnlyStoreObjectDictionary(Of T)

型パラメーター

T

値の型。

継承
StoreObjectDictionary<T>
実装

コンストラクター

StoreObjectDictionary<T>()

キーに基づく参照を StoreObjectIdentifier 表します。

メソッド

Add(StoreObjectIdentifier, T)

指定したキーと値をディクショナリに追加します。

Find(StoreObjectIdentifier)

キーに基づく参照を StoreObjectIdentifier 表します。

GetValues()

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

Remove(StoreObjectIdentifier)

指定したキーを持つ値をコレクションから削除し、成功した場合はそれを返します。

適用対象