mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-18 04:21:25 +02:00
[CSharp/en]namespaces can have multiple levels with dots
This commit is contained in:
@@ -35,7 +35,7 @@ using System.Threading.Tasks;
|
||||
using System.IO;
|
||||
|
||||
// defines scope to organize code into "packages"
|
||||
namespace Learning
|
||||
namespace LearningXInYMinutes.CSharp
|
||||
{
|
||||
// Each .cs file should at least contain a class with the same name as the file
|
||||
// you're allowed to do otherwise, but shouldn't for sanity.
|
||||
|
Reference in New Issue
Block a user