dennisdoomen / CSharpGuidelines

A set of coding guidelines for C# 9.0, design principles and layout rules for improving the overall quality of your code development.
https://www.csharpcodingguidelines.com
Other
746 stars 271 forks source link

Updated AV1540 for local functions #151

Closed bkoelman closed 6 years ago

bkoelman commented 6 years ago

Note: in language terminology, "method bodies" are all the blocks of code that contain executable statements (as opposed to signatures, which declare structure). This includes field initializers and local functions, for example.