Property Values
Values
Gets an ICollection<T> containing the values in the IDictionary<TKey, TValue>.
public ICollection<ThemeScope> Values { get; }
Property Value
- ICollection<ThemeScope>
An ICollection<T> containing the values in the object that implements IDictionary<TKey, TValue>.