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

Return Value

Type: System.Boolean
true if the element is successfully found and removed; otherwise, false.

Implements

IDictionary<TKey, TValue>.Remove(TKey)

See Also

Reference

CepObjectReadOnlyDictionary<T> Class

Microsoft.ComplexEventProcessing Namespace