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.Runtime.InteropServices/CallingConvention.cs')
-rw-r--r--mcs/class/corlib/System.Runtime.InteropServices/CallingConvention.cs41
1 files changed, 0 insertions, 41 deletions
diff --git a/mcs/class/corlib/System.Runtime.InteropServices/CallingConvention.cs b/mcs/class/corlib/System.Runtime.InteropServices/CallingConvention.cs
deleted file mode 100644
index 7f2c24d2b0c..00000000000
--- a/mcs/class/corlib/System.Runtime.InteropServices/CallingConvention.cs
+++ /dev/null
@@ -1,41 +0,0 @@
-// CallingConvention.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:33:29 UTC
-// Source file: AllTypes.xml
-// URL: http://msdn.microsoft.com/net/ecma/AllTypes.xml
-//
-// (C) 2001 Ximian, Inc. http://www.ximian.com
-
-
-namespace System.Runtime.InteropServices {
-
-
- /// <summary>
- /// </summary>
- public enum CallingConvention {
-
- /// <summary>
- /// </summary>
- Winapi = 1,
-
- /// <summary>
- /// </summary>
- Cdecl = 2,
-
- /// <summary>
- /// </summary>
- StdCall = 3,
-
- /// <summary>
- /// </summary>
- ThisCall = 4,
-
- /// <summary>
- /// </summary>
- FastCall = 5,
- } // CallingConvention
-
-} // System.Runtime.InteropServices