Values Property
Definition
Values
Gets an ICollection<T> containing the values in the MetadataDictionary.
public ICollection<object> Values { get; }
Property Value
- ICollection<object>
A Dictionary<TKey, TValue>.ValueCollection containing the values in the MetadataDictionary.