Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

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

Returns a collection of the values in this dictionary. The ordering of values in this collection is the same as that in the Keys collection.

Namespace:  Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax


public virtual ICollection<TValue> Values { get; }
Public Overridable ReadOnly Property Values As ICollection(Of TValue)
	Get
public:
virtual property ICollection<TValue>^ Values {
	ICollection<TValue>^ get ();
}

Field Value

A read-only collection of the values in this dictionary.