Keys Property
Definition
Keys
Gets an ICollection<T> containing the keys of the MetadataDictionary.
public ICollection<string> Keys { get; }
Property Value
- ICollection<string>
A Dictionary<TKey, TValue>.KeyCollection containing the keys in the MetadataDictionary.