StoreObjectDictionary<T> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示基于键的 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) |
从集合中删除具有指定键的值,如果成功,则返回该值。 |