mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-21 06:03:57 +00:00
Initial commit
This commit is contained in:
parent
bc96ccb183
commit
18f89e91d4
62 changed files with 1661 additions and 2 deletions
7
vs4win/Chapter06/NullHandling/Address.cs
Normal file
7
vs4win/Chapter06/NullHandling/Address.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
public class Address
|
||||
{
|
||||
public string? Building;
|
||||
public string Street = string.Empty;
|
||||
public string City = string.Empty;
|
||||
public string Region = string.Empty;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue