[]
Adds some items the the CalculatorButtonMappingCollection.
public void AddRange(Keys[] keys, string[] buttonKeys)
Public Sub AddRange(keys As Keys(), buttonKeys As String())
Type | Name | Description |
---|---|---|
Keys[] | keys | The Keys array value indicates some special buttons. |
string[] | buttonKeys | The string array value indicates the button keys. |
Type | Condition |
---|---|
ArgumentException | The length of keys and buttonKeys array must be the same. |