Prechádzať zdrojové kódy

Add another stub for the compatibility with the SL SDK

Jb Evain 15 rokov pred
rodič
commit
da3532c006
1 zmenil súbory, kde vykonal 11 pridanie a 0 odobranie
  1. 11 0
      mcs/class/System.ServiceModel/Dummy_2_1.cs

+ 11 - 0
mcs/class/System.ServiceModel/Dummy_2_1.cs

@@ -1,6 +1,17 @@
 using System.Reflection;
 using System.Runtime.Serialization;
 
+namespace System.Runtime.CompilerServices
+{
+	// introduced for silverlight sdk compatibility
+	internal class FriendAccessAllowedAttribute : Attribute
+	{
+		public FriendAccessAllowedAttribute ()
+		{
+		}
+	}
+}
+
 namespace System.ServiceModel
 {
 	public class EndpointIdentity {}