Skip to content

Commit 91a7135

Browse files
RexJaeschkejskeet
authored andcommitted
Create PointWithAutoProps.cs
1 parent 97a76b8 commit 91a7135

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public class Point
2+
{
3+
public int X { get; set; }
4+
public int Y { get; set; }
5+
}

0 commit comments

Comments
 (0)