How to Provide Multiple Arguments of the Same Type with vararg

preview_player
Показать описание
In this lesson, you'll learn how to use the vararg keyword to supply multiple arguments of the same type. This is also known as "variable number of arguments".
Рекомендации по теме
Комментарии
Автор

What of I use 2 varargs, how to separate these arguments

AzMahgs