[]
Copies the items of the CalculatorButtonMappingCollection to a compatible one-dimensional array of type string, starting from the first index of the target array.
public void CopyTo(string[] array)
Public Sub CopyTo(array As String())
Copies the items of the CalculatorButtonMappingCollection to a compatible one-dimensional array of type string, starting at the specified zero-based index of the target array.
public void CopyTo(string[] array, int arrayIndex)
Public Sub CopyTo(array As String(), arrayIndex As Integer)