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

github.com/mono/reference-assemblies.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2018-10-04 16:08:24 +0300
committerMarek Safar <marek.safar@gmail.com>2018-10-04 16:08:24 +0300
commit5bebc16cdf9208e057b85f56deaba3f90b6b5e65 (patch)
tree24bcb6a9fdb68f3883e131db988828b2a2247c52 /src
parente331073688b36c42ac8ebfa0b0fd4c639f388e77 (diff)
Adds also Xamarin.Mac
Diffstat (limited to 'src')
-rw-r--r--src/monotouch/Xamarin.Mac.cs19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/monotouch/Xamarin.Mac.cs b/src/monotouch/Xamarin.Mac.cs
new file mode 100644
index 0000000..8d75d18
--- /dev/null
+++ b/src/monotouch/Xamarin.Mac.cs
@@ -0,0 +1,19 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
+[assembly:System.Reflection.AssemblyVersionAttribute("0.0.0.0")]
+[assembly:System.CLSCompliantAttribute(true)]
+
+namespace System.Drawing
+{
+ public struct Color {}
+ public enum KnownColor {}
+ public struct Point {}
+ public struct PointF {}
+ public struct Rectangle {}
+ public struct RectangleF {}
+ public struct Size {}
+ public struct SizeF {}
+} \ No newline at end of file