Click or drag to resize

SortedQueueTKey, TValueTryGetValue Method

Attempts to get the provided item.

Namespace:  GSF.Collection
Assembly:  GSF.Core (in GSF.Core.dll) Version: 2.2.61-beta
Syntax
public bool TryGetValue(
	TKey key,
	out TValue value
)
Request Example View Source

Parameters

key
Type: TKey
value
Type: TValue

Return Value

Type: Boolean
See Also