blob: d56f5483482f63af0568b929c1d829e8990c7980 (
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.Joins
{
/// <summary>
/// The <b>System.Reactive.Joins</b> namespace contains classes used to express join patterns over observable sequences using fluent method syntax.
/// </summary>
[System.Runtime.CompilerServices.CompilerGeneratedAttribute]
class NamespaceDoc
{
}
}
|