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/TypeCode.cs')
-rw-r--r--mcs/class/corlib/System/TypeCode.cs93
1 files changed, 0 insertions, 93 deletions
diff --git a/mcs/class/corlib/System/TypeCode.cs b/mcs/class/corlib/System/TypeCode.cs
deleted file mode 100644
index e2ef3f4a746..00000000000
--- a/mcs/class/corlib/System/TypeCode.cs
+++ /dev/null
@@ -1,93 +0,0 @@
-// TypeCode.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:34:09 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 {
-
-
- /// <summary>
- /// </summary>
- public enum TypeCode {
-
- /// <summary>
- /// </summary>
- Empty = 0,
-
- /// <summary>
- /// </summary>
- Object = 1,
-
- /// <summary>
- /// </summary>
- DBNull = 2,
-
- /// <summary>
- /// </summary>
- Boolean = 3,
-
- /// <summary>
- /// </summary>
- Char = 4,
-
- /// <summary>
- /// </summary>
- SByte = 5,
-
- /// <summary>
- /// </summary>
- Byte = 6,
-
- /// <summary>
- /// </summary>
- Int16 = 7,
-
- /// <summary>
- /// </summary>
- UInt16 = 8,
-
- /// <summary>
- /// </summary>
- Int32 = 9,
-
- /// <summary>
- /// </summary>
- UInt32 = 10,
-
- /// <summary>
- /// </summary>
- Int64 = 11,
-
- /// <summary>
- /// </summary>
- UInt64 = 12,
-
- /// <summary>
- /// </summary>
- Single = 13,
-
- /// <summary>
- /// </summary>
- Double = 14,
-
- /// <summary>
- /// </summary>
- Decimal = 15,
-
- /// <summary>
- /// </summary>
- DateTime = 16,
-
- /// <summary>
- /// </summary>
- String = 18,
- } // TypeCode
-
-} // System