Gets the dictionary values.

Namespace: MonoSoftware.Core.Collections
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

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> with get
override Values : ICollection<'TValue> with get

Property Value

Type: ICollection<(Of <(<'TValue>)>)>

Implements

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

See Also