C++ struct initializing in C#
in C++, we can do this -
But I found that I can't do this in C#. Do I have to assign values by each one like this?
I want to know how to assign member values simply in C#.
But I found that I can't do this in C#. Do I have to assign values by each one like this?
I want to know how to assign member values simply in C#.
