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