[This is preliminary documentation and is subject to change.]

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public ICollection<TValue> Values { get; }
Visual Basic
Public ReadOnly Property Values As ICollection(Of TValue)
	Get
Visual C++
public:
virtual property ICollection<TValue>^ Values {
	ICollection<TValue>^ get () sealed;
}
F#
abstract Values : ICollection<'TValue>
override Values : ICollection<'TValue>
JScript
final function get Values () : ICollection<TValue>

Return Value

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

Implements

IDictionary<(Of <(<'TKey, TValue>)>)>..::..Values

See Also