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 'Ix/NET/System.Interactive.Async/IAsyncEnumerator.cs')
-rw-r--r--Ix/NET/System.Interactive.Async/IAsyncEnumerator.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ix/NET/System.Interactive.Async/IAsyncEnumerator.cs b/Ix/NET/System.Interactive.Async/IAsyncEnumerator.cs
index 72cfdbc..d0f0c2b 100644
--- a/Ix/NET/System.Interactive.Async/IAsyncEnumerator.cs
+++ b/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
{