Skip to content

Commit fcd970d

Browse files
authored
Enhance README with extension members description
Added detailed description for extension members feature in C# 14.
1 parent 3a9b168 commit fcd970d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Here are examples of C# programming to help you stay up-to-date with the latest
1414

1515
| Feature | Description |
1616
|--------------------------------------------------------|-------------|
17-
| [Extension members](ExtensionTypesCsharp14/Program.cs) | |
17+
| [Extension members](ExtensionTypesCsharp14/Program.cs) |Demonstrates the new C# 14 extension block syntax, going beyond classic this-based extension methods by adding an extension property (IsEmpty), an instance extension method (PrintAll), and a static extension member (EmptySet) to IEnumerable<T>. Enables cleaner, more readable type augmentation in both instance and static scopes. |
1818

1919
### C# 13 is supported on .NET 9 (September 2024)
2020

0 commit comments

Comments
 (0)