What is Global Static using directive in C# 10?
Hi All
please check this
https://www.c-sharpcorner.com/article/global-static-using-directive-in-c-sharp-10/
Thanks
The global modifier has the same effect as adding the same using directive to every source file in your project. This modifier was introduced in C# 10. The static modifier imports the static members and nested types from a single type rather than importing all the types in a namespace