StoreObjectDictionary<T> クラス

定義

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

[System.Runtime.CompilerServices.Nullable(0)]
public class StoreObjectDictionary<T> : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoreObjectDictionary<T> where T : class
public class StoreObjectDictionary<T> : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoreObjectDictionary<T> where T : class
[<System.Runtime.CompilerServices.Nullable(0)>]
type StoreObjectDictionary<'T (requires 'T : null)> = class
    interface IReadOnlyStoreObjectDictionary<'T (requires 'T : null)>
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)

指定したキーに関連付けられている値を取得します。

GetValues()

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

Remove(StoreObjectIdentifier)

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

適用対象