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/corlib/System.IO/SeekOrigin.cs')
-rw-r--r--mcs/class/corlib/System.IO/SeekOrigin.cs34
1 files changed, 0 insertions, 34 deletions
diff --git a/mcs/class/corlib/System.IO/SeekOrigin.cs b/mcs/class/corlib/System.IO/SeekOrigin.cs
deleted file mode 100644
index 1cd2cf84165..00000000000
--- a/mcs/class/corlib/System.IO/SeekOrigin.cs
+++ /dev/null
@@ -1,34 +0,0 @@
-// SeekOrigin.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:32:32 UTC
-// Source file: AllTypes.xml
-// URL: http://msdn.microsoft.com/net/ecma/AllTypes.xml
-//
-// (C) 2001 Ximian, Inc. http://www.ximian.com
-
-
-namespace System.IO {
-
-
- /// <summary>
- /// </summary>
- [Serializable]
- public enum SeekOrigin : int {
-
- /// <summary>
- /// </summary>
- Begin = 0,
-
- /// <summary>
- /// </summary>
- Current = 1,
-
- /// <summary>
- /// </summary>
- End = 2,
- } // SeekOrigin
-
-} // System.IO