Gets an Collection containing the values in the Dictionary.

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

Syntax

C#
public virtual ICollection<TValue> Values { get; }
Visual Basic
Public Overridable ReadOnly Property Values As ICollection(Of TValue)
	Get
Visual C++
public:
virtual property ICollection<TValue>^ Values {
	ICollection<TValue>^ get ();
}
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