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-07-15 22:57:59 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-15 22:57:59 +0400
commit2abd9a70e227b1514efa4f966f6107ecbc8ba68c (patch)
treeaba5cd8f97a7e393d3b7464ec02d726feafc679e /web/class-library
parentf46228729406164fb09f296a71c9d6d6c6442fc6 (diff)
Flush documentation changes, and update maintainers
svn path=/trunk/mono/; revision=158
Diffstat (limited to 'web/class-library')
-rw-r--r--web/class-library12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/class-library b/web/class-library
index 64fe3fd9d88..694502c607a 100644
--- a/web/class-library
+++ b/web/class-library
@@ -147,3 +147,15 @@
APIs are being worked on, and how to get in touch with
individual maintainers.
+** FAQ
+
+Frequently asked questions about the class library:
+
+Q: I am writing a new class that overrides one of the system classes,
+ and I am getting a 1595 warning from the compiler. Should we use a
+ different namespace?
+
+A: There is a quick solution to the problem, you can pass the command
+ line argument /nowarn:1595 and this will effectively let you use
+ your implementation of the code, while overriding the ones from the
+ system assemblies. \ No newline at end of file