ReadOnlyDictionaryBaseTKey, TValueValues 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: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic virtual ICollection<TValue> Values { get; }
public:
virtual property ICollection<TValue>^ Values {
ICollection<TValue>^ get ();
}
Property Value
Type:
ICollectionTValueA read-only collection of the values in this dictionary.
Implements
IDictionaryTKey, TValueValues
See Also