Property Values
Values
Gets a collection containing the values in the CharArrayMap<TValue>. This specialized collection can be enumerated in order to read its values and overrides System.Object.ToString() in order to display a string representation of the values.
Declaration
public ICollection<TValue> Values { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<TValue> |
Implements
System.Collections.Generic.IDictionary<TKey, TValue>.Values