Ver código fonte

2005-06-15 Martin Baulig <[email protected]>

	* System/GenericParameterAttributes.cs: Move to System.Reflection;
	thanks to Kamil Skalski <[email protected]> for pointing this out.


svn path=/trunk/mcs/; revision=46040
Martin Baulig 20 anos atrás
pai
commit
690caa82d2

+ 5 - 0
mcs/class/corlib/ChangeLog

@@ -1,3 +1,8 @@
+2005-06-15  Martin Baulig  <[email protected]>
+
+	* System/GenericParameterAttributes.cs: Move to System.Reflection;
+	thanks to Kamil Skalski <[email protected]> for pointing this out.
+
 2005-06-10  Sebastien Pouliot  <[email protected]> 
 
 	* corlib_test.dll.sources: Added unit tests for System.Security.

+ 1 - 1
mcs/class/corlib/System/GenericParameterAttributes.cs → mcs/class/corlib/System.Reflection/GenericParameterAttributes.cs

@@ -1,6 +1,6 @@
 // -*- Mode: csharp; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
 //
-// System.GenericParameterAttributes
+// System.Reflection.GenericParameterAttributes
 //
 // Author:
 //    Martin Baulig ([email protected])

+ 1 - 1
mcs/class/corlib/corlib.dll.sources

@@ -124,7 +124,6 @@ System/FieldAccessException.cs
 System/FlagsAttribute.cs
 System/FormatException.cs
 System/GC.cs
-System/GenericParameterAttributes.cs
 System/Guid.cs
 System/IAppDomainSetup.cs
 System/IAsyncResult.cs
@@ -392,6 +391,7 @@ System.Reflection/ExceptionHandlingClause.cs
 System.Reflection/ExceptionHandlingClauseOptions.cs
 System.Reflection/FieldAttributes.cs
 System.Reflection/FieldInfo.cs
+System.Reflection/GenericParameterAttributes.cs
 System.Reflection/ICustomAttributeProvider.cs
 System.Reflection/ImageFileMachine.cs
 System.Reflection/InterfaceMapping.cs