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>2006-08-14 05:37:59 +0400
committerMiguel de Icaza <miguel@gnome.org>2006-08-14 05:37:59 +0400
commit37c538659cfa84e97d5d9519a96f36d1510bbd27 (patch)
tree6315ffbcd251b32416ff781989ee833b65fb4b22 /man/monop.1
parent0c94e2fc976fc7ec50c5cb14053c88b2237d533a (diff)
Update
svn path=/trunk/mono/; revision=63693
Diffstat (limited to 'man/monop.1')
-rw-r--r--man/monop.111
1 files changed, 9 insertions, 2 deletions
diff --git a/man/monop.1 b/man/monop.1
index dc7d7b76e90..ca8ade18058 100644
--- a/man/monop.1
+++ b/man/monop.1
@@ -34,10 +34,17 @@ signature of each member of the class.
.PP
The tool takes one option, the class to view. You must specify the full name of the
class, including namespace.
-
+.PP
+For generic classes, you must specify the generic arguments, for
+example:
+.nf
+monop2 'System.Collections.Generic.List`1'
+.fi
+The above is the string representation for the List<T> in System.Collections.Generic
+.PP
If you are unsure of the full name of the class, you can use the
`--search' option to search through all known assemblies.
-
+.PP
.SH MAILING LISTS
Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
.SH WEB SITE