CepObjectReadOnlyDictionary<T>.IDictionary<String, T>.Remove Method
Removes the specified item from a collection of metadata objects.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
bool IDictionary<string, T>.Remove(
string key
)
Parameters
- key
Type: System.String
The key for the item to be removed.
Return Value
Type: System.Boolean
true if the element is successfully found and removed; otherwise, false.
Implements
IDictionary<TKey, TValue>.Remove(TKey)