What is arg0?

I couldn’t understand the definition. Please could you explain this code what is happening here:

for (int i = 0; i < comboButtons.Length; i++)
{
if (arg0.interactableObject.transform.name == comboButtons[i].transform.name)
{
userInputText.text = i.ToString();
}
}