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>2015-06-09 22:51:35 +0300
committerMarek Safar <marek.safar@gmail.com>2015-06-09 22:51:35 +0300
commit9a151e405bea76166909fe8dcbf7d7a1f0af64a2 (patch)
tree84f0e9606d9323c89ec54ae78a967c350c4eeb93 /mcs/class/System.Xaml
parent5b5f0ab6ab815ad4d24982def84d8a4556af9d07 (diff)
[system.xaml] Add ValueSerializerAttribute type forwarder
Diffstat (limited to 'mcs/class/System.Xaml')
-rw-r--r--mcs/class/System.Xaml/Assembly/AssemblyInfo.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.Xaml/Assembly/AssemblyInfo.cs b/mcs/class/System.Xaml/Assembly/AssemblyInfo.cs
index 10367320015..54cd8471352 100644
--- a/mcs/class/System.Xaml/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Xaml/Assembly/AssemblyInfo.cs
@@ -64,3 +64,7 @@ using System.Runtime.InteropServices;
#endif
[assembly: ComVisible (false)]
+
+#if !MOBILE
+[assembly: TypeForwardedTo (typeof (System.Windows.Markup.ValueSerializerAttribute))]
+#endif