Skip to content

C# Local Functions are a great new feature in C# 7. Local functions are nested functions.

License

Notifications You must be signed in to change notification settings

coderaction/local-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Function

Local functions are defined within a method and aren't available outside of it. They have access to all local variables and support iterators, async/await and lambda syntax. This way, repetitions specific to a function can be functionalized without crowding the class. As a side effect, this improves intellisense suggestion performance

About

C# Local Functions are a great new feature in C# 7. Local functions are nested functions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages