| 1234567891011121314151617181920212223242526272829 |
- // EntityHandling.cs
- //
- // This code was automatically generated from
- // ECMA CLI XML Library Specification.
- // Generator: libgen.xsl [1.0; (C) Sergey Chaban ([email protected])]
- // Created: Wed, 5 Sep 2001 06:46:17 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.Xml {
- /// <summary>
- /// </summary>
- public enum EntityHandling {
- /// <summary>
- /// </summary>
- ExpandEntities = 1,
- /// <summary>
- /// </summary>
- ExpandCharEntities = 2,
- } // EntityHandling
- } // System.Xml
|