Property Keys
Keys
Gets a collection containing the keys in the CharArrayMap<TValue>.
Declaration
public virtual ICollection<string> Keys { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.String> |
Implements
System.Collections.Generic.IDictionary<TKey, TValue>.Keys