C-DEngine 5.105

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

Removes the record with the corresponding key and does not care if it was successful

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

Syntax


public bool RemoveNoCare(
	TKey pIncomingKey
)
Public Function RemoveNoCare ( _
	pIncomingKey As TKey _
) As Boolean
public:
bool^ RemoveNoCare(
	TKey pIncomingKey
)

Parameters

pIncomingKey
Type: TKey