[docs] Import of Microsoft BCL Documentation.
[mono.git] / mcs / class / corlib / System.Runtime.Serialization.Formatters / InternalParseTypeE.cs
old mode 100755 (executable)
new mode 100644 (file)
index 59fdd10..f9db354
@@ -1,30 +1,97 @@
-// InternalParseTypeE.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.Runtime.Serialization.Formatters {\r
-\r
-       public enum InternalParseTypeE {\r
-               Empty = 0,\r
-               SerializedStreamHeader = 1,\r
-               Object = 2,\r
-               Member = 3,\r
-               ObjectEnd = 4,\r
-               MemberEnd = 5,\r
-               Headers = 6,\r
-               HeadersEnd = 7,\r
-               SerializedStreamHeaderEnd = 8,\r
-               Envelope = 9,\r
-               EnvelopeEnd = 10,\r
-               Body = 11,\r
-               BodyEnd = 12,\r
-       } // InternalParseTypeE\r
-\r
-} // System.Runtime.Serialization.Formatters\r
+// InternalParseTypeE.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:45:08 UTC
+// Source file: all.xml
+// URL: http://devresource.hp.com/devresource/Docs/TechPapers/CSharp/all.xml
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+
+//
+// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+// 
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+// 
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
+
+
+namespace System.Runtime.Serialization.Formatters {
+
+#if ECMA
+       /// <summary>
+       /// </summary>
+       public enum InternalParseTypeE {
+
+               /// <summary>
+               /// </summary>
+               Empty = 0,
+
+               /// <summary>
+               /// </summary>
+               SerializedStreamHeader = 1,
+
+               /// <summary>
+               /// </summary>
+               Object = 2,
+
+               /// <summary>
+               /// </summary>
+               Member = 3,
+
+               /// <summary>
+               /// </summary>
+               ObjectEnd = 4,
+
+               /// <summary>
+               /// </summary>
+               MemberEnd = 5,
+
+               /// <summary>
+               /// </summary>
+               Headers = 6,
+
+               /// <summary>
+               /// </summary>
+               HeadersEnd = 7,
+
+               /// <summary>
+               /// </summary>
+               SerializedStreamHeaderEnd = 8,
+
+               /// <summary>
+               /// </summary>
+               Envelope = 9,
+
+               /// <summary>
+               /// </summary>
+               EnvelopeEnd = 10,
+
+               /// <summary>
+               /// </summary>
+               Body = 11,
+
+               /// <summary>
+               /// </summary>
+               BodyEnd = 12,
+       } // InternalParseTypeE
+#endif
+       
+} // System.Runtime.Serialization.Formatters