CepObjectReadOnlyDictionary<T>.ICollection<KeyValuePair<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 ICollection<KeyValuePair<string, T>>.Add(
KeyValuePair<string, T> item
)
Parameters
- item
Type: System.Collections.Generic.KeyValuePair<String, T>
The name of the object to add to the collection.