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

 

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

Syntax

void IDictionary<string, T>.Add(
    string key,
    T value
)
private:
virtual void Add(
    String^ key,
    T value
) sealed = IDictionary<String^, T>::Add
private abstract Add : 
        key:string *
        value:'T -> unit
private override Add : 
        key:string *
        value:'T -> unit
Private Sub Add (
    key As String,
    value As T
)
    Implements IDictionary(Of String, T).Add

Parameters

  • value
    Type: T

Implements

IDictionary<TKey, TValue>.Add(TKey, TValue)

See Also

CepObjectReadOnlyDictionary<T> Class
Microsoft.ComplexEventProcessing Namespace

Return to top