ReadOnlyDictionaryAdapter.Keys property

Gets an enumerable collection of the string keys in the adapted dictionary.

public IEnumerable<string> Keys { get; }

See Also