Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.XML/System.Xml.Schema/XmlSchemaContentType.cs')
-rwxr-xr-xmcs/class/System.XML/System.Xml.Schema/XmlSchemaContentType.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/mcs/class/System.XML/System.Xml.Schema/XmlSchemaContentType.cs b/mcs/class/System.XML/System.Xml.Schema/XmlSchemaContentType.cs
deleted file mode 100755
index dc7bda2433e..00000000000
--- a/mcs/class/System.XML/System.Xml.Schema/XmlSchemaContentType.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-// Author: Dwivedi, Ajay kumar
-// Adwiv@Yahoo.com
-using System;
-
-namespace System.Xml.Schema
-{
- /// <summary>
- /// Summary description for XmlSchemaContentType.
- /// </summary>
- public enum XmlSchemaContentType
- {
- TextOnly = 0,
- Empty = 1,
- ElementOnly = 2,
- Mixed = 3,
- }
-}