summaryrefslogtreecommitdiff
path: root/external/rx/Ix/NET/System.Interactive.Async/IAsyncEnumerator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'external/rx/Ix/NET/System.Interactive.Async/IAsyncEnumerator.cs')
-rw-r--r--external/rx/Ix/NET/System.Interactive.Async/IAsyncEnumerator.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/rx/Ix/NET/System.Interactive.Async/IAsyncEnumerator.cs b/external/rx/Ix/NET/System.Interactive.Async/IAsyncEnumerator.cs
index 72cfdbc61d..d0f0c2b59f 100644
--- a/external/rx/Ix/NET/System.Interactive.Async/IAsyncEnumerator.cs
+++ b/external/rx/Ix/NET/System.Interactive.Async/IAsyncEnumerator.cs
@@ -11,8 +11,8 @@ namespace System.Collections.Generic
/// </summary>
/// <typeparam name="T">Element type.</typeparam>
public interface IAsyncEnumerator<
-#if DESKTOPCLR40 || SILVERLIGHT4
- out
+#if !NO_VARIANCE
+out
#endif
T> : IDisposable
{