You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will require changes in the language reference to add the new access modifier. Look at the fundamentals section to consider if the file access modifier should be added there.
The text was updated successfully, but these errors were encountered:
C# 11 will add "file local types".
Permit a
file
modifier on top-level type declarations. The type only exists in the file where it is declared.This will require changes in the language reference to add the new access modifier. Look at the fundamentals section to consider if the
file
access modifier should be added there.The text was updated successfully, but these errors were encountered: