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>2003-05-31 23:13:17 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-05-31 23:13:17 +0400
commit14b9548f8a6f48b942e0b493dcc557afacd17326 (patch)
treeefe41283fda79929ebfb4137d049017befd71d85 /mcs/class/README
parent89902bf34af7a0aa664fcdd4e9a45940591d2f78 (diff)
update
svn path=/trunk/mcs/; revision=15035
Diffstat (limited to 'mcs/class/README')
-rw-r--r--mcs/class/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/README b/mcs/class/README
index 97382f10b20..fa83397fdf4 100644
--- a/mcs/class/README
+++ b/mcs/class/README
@@ -37,6 +37,12 @@ the restricted dll found in the same directory.
throw new NotImplementedException ();
}
+* Supporting both .NET 1.1 and .NET 1.0 builds
+
+ Use #ifdef NET_1_1 for code that should only be included for
+ a .NET 1.1 build, and NET_1_0 for code that should only be included
+ for a 1.0 build.
+
* Tagging buggy code
If there is a bug in your implementation tag the problem by using