Merge pull request #944 from ermshiperete/bug-novell-496138
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / Marshal.cs
index 95df86a7c8f0bf6a13854cc50d73a28be57654b9..243984706ceaaf1c27f77ccacd711eaf450bcce6 100644 (file)
@@ -583,6 +583,13 @@ namespace System.Runtime.InteropServices
                        throw new NotImplementedException ();
                }
 
+#if NET_4_5
+               public static Type GetTypeFromCLSID (Guid clsid)
+               {
+                       throw new NotImplementedException ();                   
+               }
+#endif
+
 #if !FULL_AOT_RUNTIME
                [Obsolete]
                [MonoTODO]