Skip to content

Commit 327bf8a

Browse files
authored
changed files by pdets auto publish service, publishid[00aa0886-44df-4849-bf88-367481d253bb] and do [publish].
1 parent dc99427 commit 327bf8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn-pr/wwl-azure/implement-class-properties-methods/includes/4-examine-automatically-implemented-properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public string FirstName
7373
? value
7474
: throw new ArgumentException(nameof(value), "First name can't be whitespace or null"));
7575
}
76-
} = "Jane";
76+
} = "FirstName";
7777

7878
```
7979

@@ -280,7 +280,7 @@ public class Program
280280

281281
// List elements can't be modified by client code.
282282
// CS0272:
283-
// list2[0].Name = "Eugene Zabokritski";
283+
// list2[0].Name = "Person Six";
284284
}
285285
}
286286

0 commit comments

Comments
 (0)