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

 

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

Syntax

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

Parameters

Implements

ICollection<T>.Add(T)

See Also

CepObjectReadOnlyDictionary<T> Class
Microsoft.ComplexEventProcessing Namespace

Return to top