Kirtesh Shah
What is Global Static using directive in C# 10?

What is Global Static using directive in C# 10?

By Kirtesh Shah in C# on Jan 13 2022
  • Kirtesh Shah
    Jan, 2022 20
  • Arvind Yadav
    Mar, 2022 3

    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

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS