StoreObjectDictionary<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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) |
指定したキーを持つ値をコレクションから削除し、成功した場合は返します。 |