Name | Description | |
---|---|---|
![]() | Add | Adds a Keys/String element to the collection. |
![]() | Clear | Removes all shortcuts from the ShortcutDictionary. |
![]() | Clone | Creates a new object that is a copy of the current instance. |
![]() | ContainsKey | Determines whether the collection contains an element with the specified key. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | Remove | Removes the element with the specified key. |
![]() | TryGetValue | Gets the value associated with the specified key. |