ReadOnlyDictionaryAdapter.Values property
Gets an enumerable collection of the values in the adapted dictionary.
public IEnumerable<object?> Values { get; }
See Also
- class ReadOnlyDictionaryAdapter
- namespace Kestrun.Utilities
Gets an enumerable collection of the values in the adapted dictionary.
public IEnumerable<object?> Values { get; }