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/mcs/docs
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2006-10-12 22:42:10 +0400
committerMiguel de Icaza <miguel@gnome.org>2006-10-12 22:42:10 +0400
commitd9799cd9e008d54879f802afa41aa7d845acad05 (patch)
treed948d8dc43ce1011eff1ee1cd1ec831b9249b1d1 /mcs/docs
parentd973adf739079a754013a7aabaf062c6e8362d58 (diff)
Update docs
svn path=/trunk/mcs/; revision=66629
Diffstat (limited to 'mcs/docs')
-rwxr-xr-xmcs/docs/compiler.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/mcs/docs/compiler.txt b/mcs/docs/compiler.txt
index 8b340d2834d..388cb17588e 100755
--- a/mcs/docs/compiler.txt
+++ b/mcs/docs/compiler.txt
@@ -616,7 +616,10 @@
Which drives the process, it first resolves the topblock, then
emits the required metadata (local variable definitions) and
finally emits the code.
-
+
+ A detailed description of anonymous methods and iterators is
+ on the new-anonymous-design.txt file in this directory.
+
* Miscellaneous
** Error Processing.