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

Adds a new object to a collection of metadata objects.

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

Syntax

void IDictionary<string, T>.Add(
    string key,
    T value
)

Parameters

  • value
    Type: T
    The object to add to the collection.

Implements

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

See Also

Reference

CepObjectReadOnlyDictionary<T> Class

Microsoft.ComplexEventProcessing Namespace