Articles → CSHARP → File Scoped Namespace In C# 10.0

File Scoped Namespace In C# 10.0






Purpose




namespace FileScopeNamespace 
{
        internal class FileScopeNamespace
        {
        }
}




namespace FileScopeNamespace; 
 
internal class FileScopeNamespace
{
}



Benefit







Posted By  -  Karan Gupta
 
Posted On  -  Thursday, October 6, 2022

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250