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

Removes all keys and values from a collection of metadata objects.

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

Syntax

'Declaration
Private Sub Clear Implements ICollection(Of KeyValuePair(Of String, T)).Clear
'Usage
Dim instance As CepObjectReadOnlyDictionary 

CType(instance, ICollection(Of KeyValuePair(Of String, T))).Clear()
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
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Implements

ICollection<T>.Clear()

See Also

Reference

CepObjectReadOnlyDictionary<T> Class

Microsoft.ComplexEventProcessing Namespace