fixed member accessibility to match MS (corcompare).
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / CharSet.cs
index 2f4a8b3c3d98b4729a0ceda9c785e5aaee080c98..df1443f63ee154d642c33eb6fe2e466481a6e1c1 100644 (file)
@@ -1,40 +1,33 @@
-// CharSet.cs\r
-//\r
-// This code was automatically generated from\r
-// ECMA CLI XML Library Specification.\r
-// Generator: libgen.xsl\r
-// Source file: AllTypes.xml\r
-// URL: http://msdn.microsoft.com/net/ecma/AllTypes.xml\r
-//\r
-// (C) 2001 Ximian, Inc.  http://www.ximian.com\r
-\r
-\r
-namespace System.Runtime.InteropServices {\r
-\r
-\r
-       /// <summary>\r
-       /// <para>Specifies which character set marshaled strings are required to use.</para>\r
-       /// </summary>\r
-       /// <remarks>\r
-       /// <para>This enumeration is used by the <see cref="T:System.Runtime.InteropServices.DllImportAttribute" /> to indicate the\r
-       ///    required modifications to the <see cref="T:System.String" /> arguments of an imported function.</para>\r
-       /// <para>\r
-       /// <block subset="none" type="note">See the <see cref="T:System.Runtime.InteropServices.DllImportAttribute" /> class overview for an example of\r
-       /// the use of the <see cref="T:System.Runtime.InteropServices.CharSet" /> enumeration.</block>\r
-       /// </para>\r
-       /// </remarks>\r
-       public enum CharSet {\r
-\r
-               /// <summary><para> Specifies that strings will be marshaled in the ANSI character\r
-               ///       set.</para></summary>\r
-               Ansi = 2,\r
-\r
-               /// <summary><para> Specifies that strings will be marshaled in the Unicode character set.</para></summary>\r
-               Unicode = 3,\r
-\r
-               /// <summary><para> Specifies that strings will be automatically marshaled in the character set appropriate\r
-               ///       for the target system (either Unicode or ANSI).</para></summary>\r
-               Auto = 4,\r
-       } // CharSet\r
-\r
-} // System.Runtime.InteropServices\r
+// CharSet.cs
+//
+// This code was automatically generated from
+// ECMA CLI XML Library Specification.
+// Generator: libgen.xsl [1.0; (C) Sergey Chaban (serge@wildwestsoftware.com)]
+// Created: Fri, 7 Sep 2001 16:33:35 UTC
+// Source file: AllTypes.xml
+// URL: http://msdn.microsoft.com/net/ecma/AllTypes.xml
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+
+
+namespace System.Runtime.InteropServices {
+
+
+       /// <summary>
+       /// </summary>
+       public enum CharSet {
+
+               /// <summary>
+               /// </summary>
+               Ansi = 2,
+
+               /// <summary>
+               /// </summary>
+               Unicode = 3,
+
+               /// <summary>
+               /// </summary>
+               Auto = 4,
+       } // CharSet
+
+} // System.Runtime.InteropServices