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>2007-10-09 00:57:18 +0400
committerMiguel de Icaza <miguel@gnome.org>2007-10-09 00:57:18 +0400
commit92f3b38c166bc909335191b8102fa45873e80692 (patch)
tree4fb86f3cd5da0425027043948c34e4af5b509fb0 /man/mcs.1
parent52509d803b4a96bfccc27e9d4ad5bf80fd65562c (diff)
Update
svn path=/trunk/mono/; revision=87131
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.17
1 files changed, 6 insertions, 1 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index 9a4ff592d10..da5b9323d82 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -156,10 +156,15 @@ Instruct compiler to use the latest version. Equivalent is to omit the
switch (this currently defaults to the C# 2.0 language specification).
.TP
.I "ISO-1"
-Restrict compiler to use only ISO standardized features.
+Restrict compiler to use only first ISO standardized features.
The usage of features such as generics, static classes, anonymous
methods will lead to error.
.TP
+.I "ISO-2"
+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 "linq"
This enables the C# 3.0 support. Only a few features of C# 3.0 have
been implemented in the Mono C# compiler, so not everything is