[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Gets an ICollection<(Of T>) containing the values in the IDictionary<(Of TKey, TValue>).
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Values As ICollection(Of V) |
C# |
---|
public ICollection<V> Values { get; } |
Visual C++ |
---|
public: virtual property ICollection<V>^ Values { ICollection<V>^ get () sealed; } |