Click or drag to resize
ReadOnlyMultiDictionaryBaseTKey, TValueValues Property
Gets a read-only collection of all the values in the dictionary.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public virtual ICollection<TValue> Values { get; }

Return Value

Type: ICollectionTValue
A read-only ICollection<TValue> of all the values in the dictionary.
See Also