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

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

namespace System.Reactive.Linq
{
    internal partial class QueryLanguage : IQueryLanguage
    {
    }
}