From cde9fc6a8fe569203cb991121a35c2a9c7f4c420 Mon Sep 17 00:00:00 2001 From: Atsushi Eno Date: Tue, 22 Jan 2013 17:25:22 +0900 Subject: import 2b5dbddd740b, new directory structure in the original rx. --- .../Source/System.Reactive.Linq/Reactive/Linq/Observable_.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable_.cs (limited to 'Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable_.cs') diff --git a/Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable_.cs b/Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable_.cs new file mode 100644 index 0000000..a7c6b0e --- /dev/null +++ b/Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable_.cs @@ -0,0 +1,12 @@ +// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. + +namespace System.Reactive.Linq +{ + /// + /// Provides a set of static methods for writing in-memory queries over observable sequences. + /// + public static partial class Observable + { + private static IQueryLanguage s_impl = QueryServices.GetQueryImpl(new QueryLanguage()); + } +} -- cgit v1.2.3