-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix small typos and anon types in C# are immutable
Those types aren't mutable in C#: ``` > var a = new { b = 1 }; > a.b = 2; (1,1): error CS0200: Property or indexer '<anonymous type: int b>.b' cannot be assigned to -- it is read only ```
- Loading branch information
1 parent
a9ef440
commit 204ce28
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters