 | ConcurrentGroupDictionaryTGroup, TKey, TValueItem 属性 |
Sweet 开发框架 [缺少 "P:Sweet.Common.ConcurrentGroupDictionary`3.Item(`0)" 的 <summary> 文档]
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public ConcurrentDictionary<TKey, TValue> this[
TGroup group
] { get; set; }
Public Default Property Item (
group As TGroup
) As ConcurrentDictionary(Of TKey, TValue)
Get
Set
member Item : ConcurrentDictionary<'TKey, 'TValue> with get, set
参数
- group
- 类型:TGroup
属性值
类型:
ConcurrentDictionaryTKey,
TValue
参见