[]
Gets a collection that contains the keys of the all elements.
public ICollection<Keys> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of Keys)
| Type | Description |
|---|---|
| ICollection<Keys> | A Keys collection that contains the keys of the collection. |