ReadOnlyDictionaryAdapter.Keys property
Gets an enumerable collection of the string keys in the adapted dictionary.
public IEnumerable<string> Keys { get; }
See Also
- class ReadOnlyDictionaryAdapter
- namespace Kestrun.Utilities
Gets an enumerable collection of the string keys in the adapted dictionary.
public IEnumerable<string> Keys { get; }