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
- key
Type: System.String
The key that identifies the object.
- value
Type: T
The object to add to the collection.
Implements
IDictionary<TKey, TValue>.Add(TKey, TValue)