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:
authorMarek Safar <marek.safar@gmail.com>2018-04-01 15:50:09 +0300
committerMarek Safar <marek.safar@gmail.com>2018-04-12 12:39:27 +0300
commitbd1a63e4f4334120d86cb588c39af5f6934a04a7 (patch)
tree7c39448899b135df1260e5808343b7d5e1ff5325 /mcs/class/System.Numerics.Vectors/Assembly
parentb3881a418f1391a33c1b709f1113574b74ae85ae (diff)
Moves vector to mscorlib
Diffstat (limited to 'mcs/class/System.Numerics.Vectors/Assembly')
-rw-r--r--mcs/class/System.Numerics.Vectors/Assembly/TypeForwarders.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Numerics.Vectors/Assembly/TypeForwarders.cs b/mcs/class/System.Numerics.Vectors/Assembly/TypeForwarders.cs
index b2929d84ecf..a3949103721 100644
--- a/mcs/class/System.Numerics.Vectors/Assembly/TypeForwarders.cs
+++ b/mcs/class/System.Numerics.Vectors/Assembly/TypeForwarders.cs
@@ -34,3 +34,5 @@ using System.Runtime.CompilerServices;
[assembly: TypeForwardedTo(typeof(Vector2))]
[assembly: TypeForwardedTo(typeof(Vector3))]
[assembly: TypeForwardedTo(typeof(Vector4))]
+[assembly: TypeForwardedTo(typeof(Vector<>))]
+[assembly: TypeForwardedTo(typeof(Vector))]