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 2cabf9f commit f46dddfCopy full SHA for f46dddf
docs/csharp/programming-guide/classes-and-structs/snippets/partial-classes-and-methods/Program.cs
@@ -168,14 +168,14 @@ void Struct_Test2() { }
168
169
// <FieldProperty>
170
// in file1.cs
171
-public partial class Container
+public partial class PropertyBag
172
{
173
// Defining declaration
174
public partial int MyProperty { get; set; }
175
}
176
177
// In file2.cs
178
179
180
181
public partial int MyProperty { get => field; set; }
0 commit comments