Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-06-23 01:07:15 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-06-23 01:07:15 +0400
commit64b3b484ac8079b4558f4119c24e708575056b8b (patch)
tree4ce0f85b4b8b898a52d63c3a4a34ffe75ee9eda7 /mcs/class/README
parent14ed085f943e61fb510794515bc00f81a6595fd1 (diff)
Document layout
svn path=/trunk/mcs/; revision=27
Diffstat (limited to 'mcs/class/README')
-rw-r--r--mcs/class/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/README b/mcs/class/README
new file mode 100644
index 00000000000..96b0a367dbc
--- /dev/null
+++ b/mcs/class/README
@@ -0,0 +1,4 @@
+The class libraries are grouped together in the assemblies they belong.
+
+Each directory here represents an assembly, and inside each directory we
+divide the code based on the namespace they implement.