Click or drag to resize
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.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public virtual ICollection<TValue> Values { get; }

Property Value

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

Implements

IDictionaryTKey, TValueValues
See Also