[]
The constructor initializes a new instance of the ButtonTextCollectionInfo class.
public ButtonTextCollectionInfo()
Public Sub New()
The constructor initializes a new instance of the ButtonTextCollectionInfo class.
public ButtonTextCollectionInfo(string[] keys, string[] values)
Public Sub New(keys As String(), values As String())
Type | Name | Description |
---|---|---|
string[] | keys | A string array value indicates the key of the element. |
string[] | values | A string array value indicates the value of the element. |