CepObjectReadOnlyDictionary<T>.Values Property
Gets the values of the collection.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public ICollection<T> Values { get; }
Property Value
Type: System.Collections.Generic.ICollection<T>
The read-only collection of values.
Implements
IDictionary<TKey, TValue>.Values