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

{Fix} Corrected terminology in AV2221 #171

Closed bkoelman closed 6 years ago

bkoelman commented 6 years ago

From https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/statements-expressions-operators/anonymous-functions:

There are two kinds of anonymous functions, which are discussed individually in the following topics: Lambda Expressions, Anonymous Methods