Merge pull request #861 from RobertZenz/patch-1
authorAlex Rønne Petersen <alex@lycus.org>
Fri, 17 Jan 2014 08:23:09 +0000 (00:23 -0800)
committerAlex Rønne Petersen <alex@lycus.org>
Fri, 17 Jan 2014 08:23:09 +0000 (00:23 -0800)
Noted that the fullname attribute is not the same as Type.FullName.

mcs/tools/linker/README

index 34371de220f4733319b92298ecf032d69d5e575b..749b77506bbdf6667df67edfe9e6be9beee9aabf 100644 (file)
@@ -105,6 +105,10 @@ Here is an example that shows all the possibilities of this format:
 
 In this example, the linker will link the types Foo, Bar, Baz and Gazonk.
 
+The fullname attribute specifies the fullname of the type in the format
+specified by ECMA-335. This is in Mono and certain cases not the same
+as the one reported by Type.FullName (nested classes e.g.).
+
 The preserve attribute ensures that all the fields of the type Baz will be
 always be linked, not matter if they are used or not, but that neither the
 fields or the methods of Bar will be linked if they are not used. Not