CepObjectReadOnlyDictionary<T>.ICollection<KeyValuePair<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 ICollection<KeyValuePair<string, T>>.Remove(
    KeyValuePair<string, T> item
)

Parameters

Return Value

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

Implements

ICollection<T>.Remove(T)

See Also

Reference

CepObjectReadOnlyDictionary<T> Class

Microsoft.ComplexEventProcessing Namespace