Removed auto-generated comments.
[mono.git] / mcs / class / corlib / System.Reflection / EventAttributes.cs
index 0b15d66b5dba04c3dc5527a8acc49b3d6909eb85..efb1154e21ccd631c80b2a3a22b1a85d33eb4d07 100755 (executable)
@@ -1,60 +1,37 @@
-// EventAttributes.cs\r
-//\r
-// This code was automatically generated from\r
-// ECMA CLI XML Library Specification.\r
-// Generator: libgen.xsl\r
-// Source file: all.xml\r
-// URL: http://devresource.hp.com/devresource/Docs/TechPapers/CSharp/all.xml\r
-//\r
-// (C) 2001 Ximian, Inc.  http://www.ximian.com\r
-\r
-\r
-namespace System.Reflection {\r
-\r
-\r
-       /// <summary>\r
-       /// <para>\r
-       ///                   Specifies the attributes\r
-       ///                   of an event.\r
-       ///                </para>\r
-       /// </summary>\r
-       /// <remarks>\r
-       /// <para>\r
-       /// <see langword="EventAttributes" />\r
-       ///                values may be combined using the bitwise OR operation to get the appropriate\r
-       ///                combination.\r
-       ///             </para>\r
-       /// <para>\r
-       ///                These enums are defined in corhdr.h and are a combination of bits and\r
-       ///                enumerators.\r
-       ///             </para>\r
-       /// </remarks>\r
-       public enum EventAttributes {\r
-\r
-               /// <summary>\r
-               /// <para>\r
-               ///                   Specifies that the event has\r
-               ///                   no attributes.\r
-               ///                </para>\r
-               /// </summary>\r
-               None = 0,\r
-\r
-               /// <summary>\r
-               /// <para>\r
-               ///                   Specifies that the event is special in a way described by the name.\r
-               ///                </para>\r
-               /// </summary>\r
-               SpecialName = 512,\r
-\r
-               /// <summary>\r
-               /// <para>Specifies a reserved flag for Common Language Runtime use only.</para>\r
-               /// </summary>\r
-               ReservedMask = 1024,\r
-\r
-               /// <summary>\r
-               /// <para>Specifies that the Common Language Runtime should check name encoding.</para>\r
-               /// </summary>\r
-               RTSpecialName = 1024,\r
-       } // EventAttributes\r
-\r
-} // System.Reflection\r
+// EventAttributes.cs
+//
+// This code was automatically generated from
+// ECMA CLI XML Library Specification.
+// Generator: libgen.xsl [1.0; (C) Sergey Chaban (serge@wildwestsoftware.com)]
+// Created: Wed, 5 Sep 2001 06:39:03 UTC
+// Source file: all.xml
+// URL: http://devresource.hp.com/devresource/Docs/TechPapers/CSharp/all.xml
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+
+
+namespace System.Reflection {
+
+
+       /// <summary>
+       /// </summary>
+       public enum EventAttributes {
+
+               /// <summary>
+               /// </summary>
+               None = 0,
+
+               /// <summary>
+               /// </summary>
+               SpecialName = 512,
+
+               /// <summary>
+               /// </summary>
+               ReservedMask = 1024,
+
+               /// <summary>
+               /// </summary>
+               RTSpecialName = 1024,
+       } // EventAttributes
+
+} // System.Reflection