Return Multiple Values from a C# Method

preview_player
Показать описание
A video tutorial explaining how we can return more than one values from a C# method.
Рекомендации по теме
Комментарии
Автор

Thank you, very helpful still relevant in 2022.

eddiesweetman
Автор

But how do you return multiple different data types from one method ? i have a method that holds 4 different data types. byte, sbyte, string and short ?

kv
Автор

In C# is easy we have reference ref or out
In Java it will produce problem

holyshit