ReadOnlyMultiDictionaryBaseTKey, TValueValues Property |
Gets a read-only collection of all the values in the dictionary.
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 ();
}
Return Value
Type:
ICollectionTValueA read-only ICollection<TValue> of all the values in the dictionary.
See Also