Skip to content

Beginning with C# 14, you can declare extension blocks. An extension block is a block in a non-nested, nongeneric, static class that contains extension members for a type or an instance of that type

Notifications You must be signed in to change notification settings

Prasadnair/ExtensionMembersInCSharp14

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

About

Beginning with C# 14, you can declare extension blocks. An extension block is a block in a non-nested, nongeneric, static class that contains extension members for a type or an instance of that type

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages