This is an array initialization syntax. You’re creating a new array that looks like: Button[]
with one item dialog.OkButton
inside of it.
solved What does new[] mean?
This is an array initialization syntax. You’re creating a new array that looks like: Button[]
with one item dialog.OkButton
inside of it.
solved What does new[] mean?