2010-03-30 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / System.Runtime.Serialization / IObjectReference.cs
index e95b7ee984c41fcd10214e37522cef31062fabeb..5f4237fc9e43f5cc88400f63011e15a2fd6082f5 100644 (file)
@@ -32,6 +32,7 @@
 
 namespace System.Runtime.Serialization {
 
+       [System.Runtime.InteropServices.ComVisibleAttribute (true)]
        public interface IObjectReference {
                object GetRealObject (StreamingContext context);
        }