We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc2349 commit aebc8c6Copy full SHA for aebc8c6
docs/csharp/fundamentals/types/snippets/anonymous-types/Program.cs
@@ -8,7 +8,7 @@ namespace anonymous_types
8
class Product
9
{
10
public string? Color {get;set;}
11
- public decimal Price {get;set;}
+ public decimal Price {get;set;}
12
public string? Name {get;set;}
13
public string? Category {get;set;}
14
public string? Size {get;set;}
0 commit comments