-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
dotnet-csharp/svcfundamentals/subsvchelp wantedGood for community contributors to help [up-for-grabs]Good for community contributors to help [up-for-grabs]in-prThis issue will be closed (fixed) by an active pull request.This issue will be closed (fixed) by an active pull request.
Description
Type of issue
Other (describe below)
Description
This isn't really an error, but in the examples, you have one partial class written immediately beneath another, with no indication there (you say it elsewhere) that the partial classes can be in different files. If it is true that most people use partial classes in different files, then maybe just a comment to drive the point home might be helpful:
// This might be in file AnExample.cs
public partial class AnExample {
}
// This might be in a second file, ExtraBits.cs
public partial class AnExample {
}
or something like that, hopefully you get the idea.
Page URL
Content source URL
Document Version Independent Id
5e05ac12-7d29-d144-a49a-e54765343c20
Article author
Metadata
- ID: 450a248b-ab3f-ac3f-d3a5-b1e74b3355ba
- Service: dotnet-csharp
- Sub-service: fundamentals
Metadata
Metadata
Assignees
Labels
dotnet-csharp/svcfundamentals/subsvchelp wantedGood for community contributors to help [up-for-grabs]Good for community contributors to help [up-for-grabs]in-prThis issue will be closed (fixed) by an active pull request.This issue will be closed (fixed) by an active pull request.