Signature fixes
[mono.git] / mcs / class / corlib / System.Runtime.Serialization.Formatters / InternalMemberTypeE.cs
1 // InternalMemberTypeE.cs
2 //
3 // This code was automatically generated from
4 // ECMA CLI XML Library Specification.
5 // Generator: libgen.xsl [1.0; (C) Sergey Chaban (serge@wildwestsoftware.com)]
6 // Created: Wed, 5 Sep 2001 06:44:09 UTC
7 // Source file: all.xml
8 // URL: http://devresource.hp.com/devresource/Docs/TechPapers/CSharp/all.xml
9 //
10 // (C) 2001 Ximian, Inc.  http://www.ximian.com
11
12
13 namespace System.Runtime.Serialization.Formatters {
14
15 #if ECMA
16         /// <summary>
17         /// </summary>
18         public enum InternalMemberTypeE {
19
20                 /// <summary>
21                 /// </summary>
22                 Empty = 0,
23
24                 /// <summary>
25                 /// </summary>
26                 Header = 1,
27
28                 /// <summary>
29                 /// </summary>
30                 Field = 2,
31
32                 /// <summary>
33                 /// </summary>
34                 Item = 3,
35         } // InternalMemberTypeE
36 #endif
37 } // System.Runtime.Serialization.Formatters