C-DEngine 5.105

cdeConcurrentDictionary<(Of <(<'TKey, TValue>)>)>..::..cdeSafeGetValue Method

Returns the value of the dictionary using the given key.

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public TValue cdeSafeGetValue(
	TKey pIncomingKey
)
Public Function cdeSafeGetValue ( _
	pIncomingKey As TKey _
) As TValue
public:
TValue cdeSafeGetValue(
	TKey pIncomingKey
)

Parameters

pIncomingKey
Type: TKey

Thread Safety


Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.