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