public bool TryGetValue(
TKey2 key,
out TValue value
)
Public Function TryGetValue (
key As TKey2,
<OutAttribute> ByRef value As TValue
) As Boolean
member TryGetValue :
key : 'TKey2 *
value : 'TValue byref -> bool
[缺少 "M:TouchSocket.Core.ConcurrentMultiDictionary`3.TryGetValue(`1,`2@)" 的 <param name="key"/> 文档]
[缺少 "M:TouchSocket.Core.ConcurrentMultiDictionary`3.TryGetValue(`1,`2@)" 的 <param name="value"/> 文档]
[缺少 "M:TouchSocket.Core.ConcurrentMultiDictionary`3.TryGetValue(`1,`2@)" 的 <returns> 文档]