 | ConcurrentDoubleKeyDictionaryTKey1, TKey2Item 属性 |
Sweet 开发框架 [缺少 "P:Sweet.Common.ConcurrentDoubleKeyDictionary`2.Item(`0)" 的 <summary> 文档]
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public TKey2 this[
TKey1 key1
] { get; set; }
Public Default Property Item (
key1 As TKey1
) As TKey2
Get
Set
member Item : 'TKey2 with get, set
参数
- key1
- 类型:TKey1
属性值
类型:
TKey2
参见