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

NamespaceDoc.cs « Tasks « Threading « Reactive « System.Reactive.Linq « Rx.NET - github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 71da9b57ac1ba7fb4228277aaad0e4c0960cf488 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.

namespace System.Reactive.Threading.Tasks
{
    /// <summary>
    /// The <b>System.Reactive.Threading.Tasks</b> namespace contains helpers for the conversion between tasks and observable sequences.
    /// </summary>
    [System.Runtime.CompilerServices.CompilerGeneratedAttribute]
    class NamespaceDoc
    {
    }
}