C# Advanced: Return multiple values from single method

Описание к видео C# Advanced: Return multiple values from single method

C# Advanced: Return multiple values from single method by three possibilities of usage :
1- var (postion,name) = GetPosition()
2- (int postion, string name) GetPosition()
3- (int,string) GetPosition()

@Techintalk ""DO Not Click the link:""
Link 1: https://bit.ly/36l8Vbf

Github Repository Link : https://github.com/musmanrafiq/techin...
Blog: https://www.techintalk.com
Github: https://github.com/musmanrafiq
Facebook:   / techintalks  
Blog: https://www.usmanrafiq.com

Комментарии

Информация по комментариям в разработке