cdeConcurrentDictionary<(Of <(<'TKey, TValue>)>)>..::..cdeSafeGetValue Method
Returns the value of the dictionary using the given key.
Namespace:
nsCDEngine.ViewModelsAssembly: 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