C#C
C#3y ago
0_00

Classes question in c#

what does the
 public Point(int x, int y) => (X, Y) = (x, y);
do in the code features on microsofts site
image.png
Was this page helpful?