|
SortedQueueTKey, TValueTryGetValue Method
|
Attempts to get the provided item.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
Syntaxpublic bool TryGetValue(
TKey key,
out TValue value
)
member TryGetValue :
key : 'TKey *
value : 'TValue byref -> bool
function TryGetValue(key, value);
View SourceParameters
- key TKey
- value TValue
Return Value
Boolean
See Also