svn path=/trunk/mcs/; revision=1120
@@ -1,3 +1,12 @@
+//
+// System.Reflection.Emit/AssemblyBuilder.cs
+// Author:
+// Paolo Molaro ([email protected])
+// (C) 2001 Ximian, Inc. http://www.ximian.com
+
using System;
using System.Reflection;
using System.Resources;
+// System.Reflection.Emit/ConstructorBuilder.cs
using System.Reflection.Emit;
@@ -1,3 +1,13 @@
+// System.Reflection.Emit/ILGenerator.cs
using System.Diagnostics.SymbolStore;
@@ -1,3 +1,11 @@
+// System.Reflection.Emit/Label.cs
namespace System.Reflection.Emit {
public struct Label {
+// System.Reflection.Emit/MethodBuilder.cs
+// System.Reflection.Emit/ModuleBuilder.cs
using System.Runtime.CompilerServices;
+// System.Reflection.Emit/TypeBuilder.cs
+// System.Reflection/Assembly.cs
using System.Security.Policy;
using System.Runtime.Serialization;
+// System.Reflection/AssemblyName.cs
+// System.Reflection/ConstructorInfo.cs
+// System.Reflection/EventInfo.cs
+// System.Reflection/MethodBase.cs
using System.Globalization;
+// System.Reflection/MethodInfo.cs
namespace System.Reflection {
+// System.Reflection/Module.cs
+// System.Reflection/PropertyInfo.cs