collect variables
In Delphi it is possible to collect records and other variables in a special unit. Being a newcomer to C# I have not found a way to do so. Can I collect the in a special class or is there another way to do it. I hope I am being clear enough to be understood (being non-English speaking)
Afzaal Ahmad ZeeshanPosted Oct 16, 2016, 11:54 AM
In C# there are classes and structures, they have their own difference but their common use is same. You can read more on them, here, https://msdn.microsoft.com/en-us/library/x9afc042.aspx,https://msdn.microsoft.com/en-us/library/ms173109.aspx.