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
path: root/man/mcs.1
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2009-05-27 20:37:26 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-05-27 20:37:26 +0400
commit228b3d04428f9ef19ed1ce9ed742cef5a51aa0b1 (patch)
treecac0cae1ec2e92a58db756188879c4b9e04d3017 /man/mcs.1
parentdff3e7543bbd180106d3e3a3cc4ad1b463b86059 (diff)
Up
svn path=/trunk/mono/; revision=134848
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.18
1 files changed, 8 insertions, 0 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index c2e0ff07592..b2b9b1adf8a 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -184,6 +184,14 @@ methods will lead to error.
Restrict compiler to use only the second ISO standardized features.
This allows the use of generics, static classes, iterators and
anonymous methods for example.
+.TP
+.I "3"
+Restrict the compiler to use only the features available in C# 3.0
+(a superset of ISO-1 and ISO-2).
+.TP
+.I "future"
+Enables features from upcoming versions of the language. As of
+May 2009 this includes support for C# 4 as released in Visual Studio 2010 beta 1.
.PP
Notice that this flag only controls the language features available to
the programmer, it does not control the kind of assemblies produced.