diff --git a/DotNet/C#/C#.md b/DotNet/C#/C#.md index 4239e76..718fa8f 100644 --- a/DotNet/C#/C#.md +++ b/DotNet/C#/C#.md @@ -72,6 +72,12 @@ namespace Namespace // namespace declaration } ``` +To disable .NET 6/C# 10 **implicit namespace imports**: + +```xml +true +``` + ### Top Level Statements/Progrmas (C# 9) ```cs