Skip to content

Commit ab6e647

Browse files
Add region to 9.04 (#453)
1 parent 8c25948 commit ab6e647

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
using AddisonWesley.Michaelis.EssentialCSharp.Chapter09.Listing09_01;
22

33
namespace AddisonWesley.Michaelis.EssentialCSharp.Chapter09.Listing09_04;
4-
4+
#region INCLUDE
5+
// Use the record struct construct to declare a value type
56
public record class Coordinate(Angle Longitude, Angle Latitude)
7+
#endregion INCLUDE
68
{
79
public Type ExternalEqualityContract => EqualityContract;
810
}

0 commit comments

Comments
 (0)