[]
The constructor initializes a new instance of the CalculatorButtonMappingCollection class.
public CalculatorButtonMappingCollection()
Public Sub New()
The constructor initializes a new instance of the CalculatorButtonMappingCollection class using the specified data.
public CalculatorButtonMappingCollection(string[] keys, string[] buttonKeys)
Public Sub New(keys As String(), buttonKeys As String())
Type | Name | Description |
---|---|---|
string[] | keys | A string array value indicates the key of items. |
string[] | buttonKeys | A string array value indicates the key of buttons. |