CepObjectReadOnlyDictionary<T>.ICollection<KeyValuePair<String, T>>.Remove Method (KeyValuePair<String, T>)

 

Namespace:   Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

bool ICollection<KeyValuePair<string, T>>.Remove(
    KeyValuePair<string, T> item
)
private:
virtual bool Remove(
    KeyValuePair<String^, T> item
) sealed = ICollection<KeyValuePair<String^, T>>::Remove
private abstract Remove : 
        item:KeyValuePair<string, 'T> -> bool
private override Remove : 
        item:KeyValuePair<string, 'T> -> bool
Private Function Remove (
    item As KeyValuePair(Of String, T)
) As Boolean
    Implements ICollection(Of KeyValuePair(Of String, T)).Remove

Parameters

Return Value

Type: System.Boolean

Implements

ICollection<T>.Remove(T)

See Also

CepObjectReadOnlyDictionary<T> Class
Microsoft.ComplexEventProcessing Namespace

Return to top