 | ConcurrentDoubleKeyDictionaryTKey1, TKey2TryAdd 方法 |
Sweet 开发框架 [缺少 "M:Sweet.Common.ConcurrentDoubleKeyDictionary`2.TryAdd(`0,`1)" 的 <summary> 文档]
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public void TryAdd(
TKey1 key1,
TKey2 key2
)
Public Sub TryAdd (
key1 As TKey1,
key2 As TKey2
)
member TryAdd :
key1 : 'TKey1 *
key2 : 'TKey2 -> unit
参数
- key1
- 类型:TKey1
[缺少 "M:Sweet.Common.ConcurrentDoubleKeyDictionary`2.TryAdd(`0,`1)" 的 <param name="key1"/> 文档]
- key2
- 类型:TKey2
[缺少 "M:Sweet.Common.ConcurrentDoubleKeyDictionary`2.TryAdd(`0,`1)" 的 <param name="key2"/> 文档]
参见