Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Rx/NET/Source/System.Reactive.Interfaces/IObserver.cs')
-rw-r--r--Rx/NET/Source/System.Reactive.Interfaces/IObserver.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rx/NET/Source/System.Reactive.Interfaces/IObserver.cs b/Rx/NET/Source/System.Reactive.Interfaces/IObserver.cs
index 6ed6c58..e157410 100644
--- a/Rx/NET/Source/System.Reactive.Interfaces/IObserver.cs
+++ b/Rx/NET/Source/System.Reactive.Interfaces/IObserver.cs
@@ -30,4 +30,6 @@ namespace System
void OnCompleted();
}
}
+#elif !WINDOWSPHONE7 // TypeForwardedTo is not presen on windows phone 7 so we can't really target
+[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IObserver<>))]
#endif \ No newline at end of file