Forráskód Böngészése

2008-02-18 Zoltan Varga <[email protected]>

	* CustomAttributeTypedArgument.cs (.ctor): Convert arrays into a collection of
	CustomAttributeTypedArguments to match MS.

svn path=/trunk/mcs/; revision=96099
Zoltan Varga 18 éve
szülő
commit
7b6adfa7e2
1 módosított fájl, 5 hozzáadás és 0 törlés
  1. 5 0
      mcs/class/corlib/System.Reflection/ChangeLog

+ 5 - 0
mcs/class/corlib/System.Reflection/ChangeLog

@@ -1,3 +1,8 @@
+2008-02-18  Zoltan Varga  <[email protected]>
+
+	* CustomAttributeTypedArgument.cs (.ctor): Convert arrays into a collection of
+	CustomAttributeTypedArguments to match MS.
+
 2008-02-10  Gert Driesen  <[email protected]>
 
 	* Assembly.cs: Use icall for ToString/FullName. Fixes bug #318231.