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

 

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

Syntax

void ICollection<KeyValuePair<string, T>>.Clear()
private:
virtual void Clear() sealed = ICollection<KeyValuePair<String^, T>>::Clear
private abstract Clear : unit -> unit
private override Clear : unit -> unit
Private Sub Clear
    Implements ICollection(Of KeyValuePair(Of String, T)).Clear

Implements

ICollection<T>.Clear()

See Also

CepObjectReadOnlyDictionary<T> Class
Microsoft.ComplexEventProcessing Namespace

Return to top