[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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;
}

Field Value

Return Value

An ICollection<(Of T>) containing the values in the object that implements IDictionary<(Of TKey, TValue>).