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-12-03 17:37:34 +0300
committerMiguel de Icaza <miguel@gnome.org>2001-12-03 17:37:34 +0300
commitc1ccc6e6a796042b2b5981ebbb21c05ce7abd626 (patch)
tree06dbf417fd2c0bee5785890e7a8aef27da6f594a /doc/class-library
parent35f1ec6c8c002c2ed0aa5722a6b0641c5e849b84 (diff)
update
svn path=/trunk/mono/; revision=1512
Diffstat (limited to 'doc/class-library')
-rw-r--r--doc/class-library20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/class-library b/doc/class-library
index ead4a88af6a..92bd9c175a6 100644
--- a/doc/class-library
+++ b/doc/class-library
@@ -178,6 +178,26 @@
In those cases, use the keyword "LAMESPEC".
+** Namespaces
+
+ We are using a number of namespaces in the class libraries for
+ private classes when we need them, you are encouraged to use these:
+
+<pre>
+Mono
+ .Languages // General Compiler classes
+ .CSharp // Specific C# parsing/tokenizing classes
+ .MonoBASIC // Specific VB.NET/MonoBASIC parsing/tokenizing classes
+ .Python // Specific Python parsing/tokenizing classes
+ .Runtime
+ .LateBind // General latebinding-support for MonoBASIC/Python
+ .MonoBASIC // Specific runtime classes for MonoBASIC programs
+ .Python // Specific runtime classes for Python programs
+ .Web
+ .UI
+ .Utils // Gaurav utility classes
+</pre>
+
** FAQ
Frequently asked questions about the class library: