CepObjectReadOnlyDictionary<T>.IDictionary<String, T>.Remove Method (String)

 

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

Implements

IDictionary<TKey, TValue>.Remove(TKey)

See Also

CepObjectReadOnlyDictionary<T> Class
Microsoft.ComplexEventProcessing Namespace

Return to top