Property Values
| Improve this Doc View SourceValues
Gets the values in this dictionary.
Declaration
public IEnumerable<object> Values { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<System.Object> |
Implements
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.Values