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